Commit Graph

169248 Commits

Author SHA1 Message Date
Botond Ballo
94ef4482f9 Bug 964517 - Do not pretend a layer is opaque if it really is transparent. r=roc 2014-02-09 00:28:04 -05:00
Botond Ballo
f403c5b4c5 Bug 964517 - Set TabContext's containing app ID correctly for app frames. r=roc 2014-02-19 12:10:07 -05:00
Kartikaya Gupta
4abb4c4bbb Bug 965945 - Prevent the parent process from running out of memory if the child process requests a giant gralloc buffer. r=bjacob 2014-02-19 12:08:00 -05:00
Jeff Gilbert
83cd1d1b5f Bug 968425 - Remove the null-term char from the end of getShaderInfoLog strings. r=bjacob 2014-02-19 11:45:38 -05:00
Jan de Mooij
832598a37d Bug 974350 part 3 - Inline getOrCreateMatchResultTemplateObject fast path. r=h4writer
--HG--
extra : rebase_source : f74684759973915c6a955ad8eddc3caee66a3851
2014-02-19 17:37:30 +01:00
Jan de Mooij
049ef43ca8 Bug 974350 part 2 - Cleanup CreateRegExpMatchResult. r=h4writer
--HG--
extra : rebase_source : 69492994f03253cd88a5f2b30a13170129b6c1ef
2014-02-19 17:37:24 +01:00
Jan de Mooij
5f8467f629 Bug 974350 part 1 - Rewrite CreateRegExpMatchResult to not use an AutoValueVector. r=h4writer
--HG--
extra : rebase_source : ea7ea2218bd93f4b9e2c67e67bdbb4cf30fe3c1c
2014-02-19 17:37:17 +01:00
Daniel Holbert
ad449f00f4 Bug 974300: Mark /xpcom/threads as FAIL_ON_WARNINGS. r=froydnj 2014-02-19 08:36:37 -08:00
Daniel Holbert
25895af93a Bug 973390: Call SetPrimaryFrame for root element *after* processing its children, to fix assertion & for consistency with behavior on other elements. r=bz 2014-02-19 08:36:03 -08:00
Ethan Hugg
6815a71bae Bug 969493 - Signaling: Consolidate IPC implementations in CPR. r=jib 2014-02-06 15:02:40 -08:00
Ali Akhtarzada
095c305910 Bug 974314 - Fix memleak in CreateDrawTargetForData when backend is skia. r=gal 2014-02-19 11:37:26 -05:00
Morris Tseng
012a7d59e0 Bug 974189 - Black screen in content area during browser start with OMTC enabled. r=gal 2014-02-19 11:37:25 -05:00
Dan Gohman
37140326d9 Bug 946478 - IonMonkey: Go back to just using copies to satisfy regalloc constraints for div and mod on x86/x64. r=bhackett 2014-02-19 11:37:25 -05:00
Ryan VanderMeulen
f9ee97279f Backed out changeset aa631f68a4fe (bug 972099) for causing intermittent Win8 PGO reftest crashes. 2014-02-19 11:37:25 -05:00
Nicolas Silva
abf97b4300 Bug 969388 - Fix locking in textures gtest. r=kats 2014-02-19 17:34:49 +01:00
Alessandro Decina
020c46405a Bug 973744 - Remove matroska seek hack in the gstreamer media backend. r=edwin 2014-02-19 11:30:09 -05:00
David Major
6a7dcac3f4 Bug 972671 - Fix trampoline jump target calculation in the pJmp32 case. r=m_kato 2014-02-19 11:30:09 -05:00
Ekanan Ketunuti
ccf44489d3 Bug 968728 - Add "rasterize", "rasterizes", "rasterizing", "rasterized", "rasterizer" and "rasterization" to the en-US dictionary. r=ehsan 2014-02-18 13:12:16 +07:00
Arnaud Bienner
7127b7d078 Bug 966417 - Restore initial color when closing color picker/canceling color selection. r=karlt 2014-02-18 20:46:00 +01:00
Tom Schuster
276cdf0a1b Bug 966417 - Call Update from nsColorPicker on Gtk. r=karlt 2014-02-18 20:44:01 +01:00
Conrad Irwin
a13a658926 Bug 762556 - Error stack should contain column number. r=jorendorff 2014-02-19 11:30:08 -05:00
Phil Schaf
9910640a95 Bug 310924 - GTK: Try named cursors before defaulting to hardcoded glyphs. r=karlt 2014-02-19 11:30:08 -05:00
Brian Hackett
bb98c9b7e6 Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent. 2014-02-19 09:02:13 -07:00
Nicolas B. Pierron
946f09e6ca Bug 970996 - Initialize the deviceManager's device-serial based on Marionette CLI. r=mdas 2014-02-19 07:55:50 -08:00
Nicolas Silva
1c837a4ea9 Bug 973875 - Make CanvasClient2D not keep a TextureClient's DrawTarget after unlocking its memory. r=bjacob 2014-02-19 16:53:26 +01:00
Nicolas Silva
31b55ad7c6 Bug 973869 - Make SharedPlanarYCbCrImage properly Lock its TextureClient. r=mattoodrow 2014-02-19 16:53:14 +01:00
Nicolas B. Pierron
04849ae531 Bug 946849 - XDR restore singleton type of functions. r=bhackett 2014-02-19 07:46:33 -08:00
Nicolas B. Pierron
c2f501732e Bug 917996 - XDR Lazy Scripts. r=till 2014-02-19 07:46:33 -08:00
Boris Zbarsky
9b012272ba Bug 973905. setTimeout/setInterval with a string first arg but more than two arguments should still work (and ignore the extra arguments). r=smaug 2014-02-19 10:13:38 -05:00
Boris Zbarsky
4b181d6e57 Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey 2014-02-19 10:13:38 -05:00
Benjamin Bouvier
bc88787fba Bug 974373: Shows a warning when logging in Odin parallel compilation mode; r=h4writer 2014-02-19 16:02:13 +01:00
Kartikaya Gupta
0fa623e448 Bug 966507 - Recenter the displayport around the composition bounds if layout doesn't accept the scroll update calculated by APZ. r=tn,Cwiiis 2014-02-19 09:50:46 -05:00
Ted Mielczarek
9b8136826b Bug 972510 - Move some healthreport tests to manifests (and re-enable them and a few others). r=gps 2014-02-19 08:47:35 -05:00
Nathan Froyd
24f8f1a1ed Bug 974053 - fix ODR violation with mozilla::dom::workers::TeardownRunnable::Run; r=khuey 2014-02-18 15:02:24 -05:00
Nathan Froyd
38c0001897 Bug 974045 - don't store JS_CRASH_DIAGNOSTICS variables when we don't need to; r=luke 2014-02-18 14:50:35 -05:00
Mats Palmgren
cbc30db12c Bug 966992 - overflow-clip-box:content-box tests. 2014-02-19 14:14:53 +00:00
Mats Palmgren
d21237b53b Bug 965237 - Make overflow-clip-box:content-box be the default for <input type=text/password/number> and <textarea>. r=roc 2014-02-19 14:14:53 +00:00
Mats Palmgren
0cfb95c93e Bug 966992 - Implement layout for the overflow-clip-box property. r=roc 2014-02-19 14:14:52 +00:00
Mats Palmgren
cf8fad51d8 Bug 966992 - Implement the overflow-clip-box property in the style system. r=cam 2014-02-19 14:14:52 +00:00
Mats Palmgren
4c31b88289 Bug 966992 - Add a CSS_PROPERTY_ALWAYS_ENABLED_IN_UA_SHEETS bit for properties that are enabled by a pref but that are always enabled in UA sheets. r=cam 2014-02-19 14:14:52 +00:00
Ehsan Akhgari
ad09f563e0 Bug 969864 - Make nsTArray::SetLength return void; r=froydnj 2014-02-19 08:27:15 -05:00
Carsten "Tomcat" Book
6ff96ec5c2 Merge mozilla-central to mozilla-inbound 2014-02-19 14:17:32 +01:00
Carsten "Tomcat" Book
a60e889040 merge b2g-inbound to mozilla-central 2014-02-19 14:05:49 +01:00
Carsten "Tomcat" Book
de05e8f14a merge fx-team to mozilla-central 2014-02-19 14:00:16 +01:00
Carsten "Tomcat" Book
920eb65785 merge mozilla-inbound to mozilla-central 2014-02-19 13:58:42 +01:00
Masatoshi Kimura
e100426003 Bug 973181 - Check the unprompted elevation mode only if the current user can elevate. r=bbondy 2014-02-19 20:29:48 +09:00
Wes Kocher
6f33858894 Merge m-c to fx-team 2014-02-18 22:01:23 -08:00
Wes Kocher
b4095cf4fe Merge m-c to b2g-inbound 2014-02-18 21:58:12 -08:00
Margaret Leibovic
a6baabe81e Bug 970372 - Invalidate LocalBrowserDB cache when bookmarks content changes are observed. r=lucasr 2014-02-18 21:33:01 -08:00
Wes Kocher
144b249db9 Backed out changeset f51db1b6c9a6 (bug 917942) for android rc4 bustage 2014-02-18 21:11:46 -08:00