Commit Graph

348068 Commits

Author SHA1 Message Date
Richard Newman
5bc3eac23d Bug 947939 - Part 2: transaction handling in deletes and updates, more efficient bulk updates. r=nalexander 2014-02-25 12:27:54 -08:00
Richard Newman
2236bc9fd8 Bug 947939 - Part 1: reimplement cleanupSomeDeletedRecords. r=nalexander 2014-02-25 12:27:54 -08:00
Richard Newman
32e74f9b9d Bug 947939 - Part 0: general cleanup in BrowserProvider. r=nalexander 2014-02-25 12:27:53 -08:00
Mihai Sucan
366a6b8c6e Bug 609872 - Ability to execute code in sub-documents (iframes/frames); r=past 2014-02-25 22:02:58 +02:00
Matt Brubeck
62d63eb062 Bug 967969 - Handle click-to-play plugin events in Metro [r=rsilveira]
--HG--
rename : mobile/android/chrome/content/PluginHelper.js => browser/metro/base/content/contenthandlers/PluginHelper.js
2014-02-25 11:49:30 -08:00
Gijs Kruitbosch
299704c518 Bug 972359 - Australis - use margins and border for measuring panel heights to avoid unnecessary scrollbars, r=mconley
--HG--
extra : rebase_source : b43a21a0008c5c6270cb7a8b2c2fefacbb590703
2014-02-24 17:29:02 +00:00
Bevis Tseng
72a4306955 Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang 2014-02-24 18:34:06 +08:00
Ryan VanderMeulen
e022e8e65d Bug 960743 - Disable content/base/test/test_XHR_timeout.html on B2G due to intermittent failures. 2014-02-25 08:15:34 -05:00
B2G Bumper Bot
2f1ae00e39 Bumping manifests a=b2g-bump 2014-02-25 05:06:24 -08:00
B2G Bumper Bot
1123fc6020 Bumping manifests a=b2g-bump 2014-02-25 03:41:14 -08:00
B2G Bumper Bot
84ecd61130 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f96af5a6624
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #16559 from timdream/keyboard2-keyboard

Bug 975963 - Split keyboard.js into instancable KeyboardApp() and boot.js, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/28af01faecb1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 975963 - Split keyboard.js into instancable KeyboardApp() and boot.js
2014-02-25 03:35:22 -08:00
B2G Bumper Bot
fbce6482ae Bumping manifests a=b2g-bump 2014-02-25 03:16:36 -08:00
B2G Bumper Bot
bdb91e7faa Bumping manifests a=b2g-bump 2014-02-25 02:46:36 -08:00
B2G Bumper Bot
4d3e30bd8a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/caa72fd28c9f
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #16351 from gasolin/issue-971625

Bug 971625 - [settings] refactor marionette test for support panel

========

https://hg.mozilla.org/integration/gaia-central/rev/960fd15e5e9c
Author: gasolin <gasolin@gmail.com>
Desc: Bug 971625 - [settings] refactor marionette test for support panel
2014-02-25 02:45:26 -08:00
B2G Bumper Bot
4241339b7d Bumping manifests a=b2g-bump 2014-02-25 02:36:10 -08:00
B2G Bumper Bot
7ce5bc1382 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/82c5144d87e8
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #16440 from EragonJ/bug-973512

Bug 973512 - only build once for "marionette_js_stable_check" action

========

https://hg.mozilla.org/integration/gaia-central/rev/5ac020c6b058
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 973512 - only build once for "marionette_js_stable_check" action
2014-02-25 02:30:22 -08:00
Rik Cabanier
ca3569b0ff Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov 2014-02-21 08:36:58 -05:00
Rik Cabanier
4f74431c81 Bug 966591 - Part 4: Complete implementation of removeHitRegion. r=roc 2014-02-21 08:36:19 -05:00
Rik Cabanier
d0e2f709a3 Bug 966591 - Part 3: Compute bounds of current path and set them as the accessible region. r=roc 2014-02-21 08:35:58 -05:00
Rik Cabanier
f8dbda43c9 Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc 2014-02-21 08:35:36 -05:00
Rik Cabanier
9aab043303 Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc 2014-02-21 08:35:14 -05:00
Horia Iosif Olaru
291cd75eb6 Bug 970348 - Add background-blend-mode reftests corresponding to the csswg test plan. r=roc, r=heycam
* 5.3.1: Blending between the background layers and the background color for an element with background-blend-mode. Most of section 5.3.1 is covered by other tests. Add the missing tests of the 5.3.1 section of the test plan.
- Test 9: SVG image and background color (SVG as data:uri)
- Test 10: Animated gif image and background color
- Test 12: background-blend-mode on element with 3D transform

* 5.3.2: Background layers do not blend with content outside the background (or behind the element).
- Implementation of tests 2 and 3. Test 1 is already covered by background-blending-isolation.html.

* 5.3.6: background-blend-mode for an element with background-position

* 5.3.7: background-blend-mode for an element with background-size

* 5.3.8: background-blend-mode for an element with background-repeat

* 5.3.9: background-blend-mode for an element with background-clip

* 5.3.10: background-blend-mode for an element with background-origin

* 5.3.11: background-blend-mode for an element with background-attachement

* Add extra tests for the background-blend-mode CSS property: Add some invalid values to the background-blend-mode property definition so that it can benefit from existing invalid property tests.
2014-02-25 08:40:54 -05:00
Alex Xu
2f5201d33b Bug 967927 - Fix Clang build warning in gstreamer. r=eflores 2014-02-25 08:40:54 -05:00
Richard Barnes
e9de9a488d Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-02-25 08:40:54 -05:00
Glenn Randers-Pehrson
3370e71bfa Bug 952505 - Update bundled libpng to version 1.6.9. r=jmuizelaar 2014-02-25 08:40:53 -05:00
Benoit Jacob
9d5a6c1114 Bug 974356 - 4/4 - make CreateIPDLActor error out if TextureParent::Init() failed - r=nical 2014-02-25 08:12:50 -05:00
Benoit Jacob
f095290ef2 Bug 974356 - 3/4 - Make TextureHost::CreateIPDLActor check for bad MemoryTextures - r=nical 2014-02-25 08:12:49 -05:00
Benoit Jacob
522c9a1fee Bug 974356 - 2/4 - add an IsSameProcess method to ISurfaceAllocator - r=nical 2014-02-25 08:12:49 -05:00
Benoit Jacob
4a8e65915b Bug 974356 - 1/4 - Initialize mOtherProcess to an invalid handle value - r=bent 2014-02-25 08:12:49 -05:00
Masatoshi Kimura
aede9b1b4f Bug 975803 - Workaround a MSVC10 compiler bug. r=luke 2014-02-25 21:50:40 +09:00
Jacek Caban
21f2650cb3 Bug 975740 - Fixed typo in testing/tools/screenshot/moz.build 2014-02-25 12:46:25 +01:00
Jacek Caban
a4566b1a45 Bug 663740 - char16_t/wchar_t mismatch fixup. 2014-02-25 12:46:09 +01:00
Jacek Caban
53c6b6f228 Bug 971822 - Fix string_util.h combined with strsafe.h on mingw. r=glandium 2014-02-25 12:45:47 +01:00
Dan Minor
cb2831dadd Bug 976306 - mozversion missing from config/mozbase_requirements.txt; r=wlach 2014-02-24 17:31:59 -05:00
Nathan Froyd
cde7ebbe15 Bug 970498 - remove unnecessary padding in JSClass and js::Class; r=Waldo 2014-02-24 15:20:38 -05:00
Nathan Froyd
e7e68c5f36 Bug 970504 - make JS_CLASS_MEMBERS useful in more places; r=jorendorff 2014-02-24 15:08:57 -05:00
Nathan Froyd
4efe7278e6 Bug 976161 - delete dead NSCAP_DISABLE_TEST_DONTQUERY_CASES code; r=bsmedberg 2014-02-24 13:02:43 -05:00
Georg Fritzsche
389f6a38ad Bug 922107 - Add test for pref to hide the "missing plugin" notifications. r=jaws 2014-02-24 12:06:38 +01:00
Willian Gustavo Veiga
a2a44aa9fe Bug 922107 - Add pref to hide the "missing plugin" notifications. r=jaws 2014-02-25 11:53:02 +01:00
Georg Fritzsche
0f93103c15 Bug 968762 - Plugin overlays are not displayed if plugin element is not fully in scroll view. r=jaws 2014-02-24 17:45:48 +01:00
Benjamin Chen
ae286efd04 Bug 970774 - Add display width/height for track encoder. r=rillian 2014-02-21 14:27:41 +08:00
Etienne Segonzac
3b5a19f7a3 Bug 961776 - Add role=key to the event fluffing heuristics. r=roc 2014-02-26 09:03:32 -05:00
Scott West
195da932bf Bug 401564 - Test and fix for redirection losing Accept header. r=mcmanus
The test has a redirect where the initial GET request had Accept:
application/json, and ensures that this is also the type of the
redirected request.

The fix is done in the setup of the replicated HttpBaseChannel, where
the previous channel's Accept header is copied to the new one, if it
exists.
2014-02-26 09:03:14 -05:00
Carsten "Tomcat" Book
6f5e715f2f Backed out changeset 3a23bcbc4e60 (bug 953164) for JS Reftest Bustage on a CLOSED TREE 2014-02-26 14:00:34 +01:00
Carsten "Tomcat" Book
9a60f1ccd9 Backed out changeset 6f7f5787e46e (bug 953164) 2014-02-26 13:59:41 +01:00
Carsten "Tomcat" Book
46e8691586 Merge mozilla-central to mozilla-inbound 2014-02-26 13:06:38 +01:00
Hannes Verschore
6c87276a20 Bug 953164 - Undo debug code that wasn't part of the review, r=me 2014-02-26 12:41:29 +01:00
Rob Campbell
9620287691 Bug 966692 - Reduce the default set of warnings we display in console; r=msucan 2014-02-20 16:16:00 -05:00
Lucas Rocha
1cbc49fb73 Bug 975198 - Don't use default favicon as placeholder in PanelItemView (r=margaret) 2014-02-25 13:32:59 +00:00
Kartikaya Gupta
cc0efc4c9e Bug 976160 - Log exceptions from EventDispatcher.sendResponse and sendError instead of eating them. r=wesj 2014-02-25 08:19:41 -05:00