Commit Graph

197899 Commits

Author SHA1 Message Date
Jan de Mooij
2186cf857d Bug 1041148 - Move HoldJSObjects call to XMLHttpRequest constructor to simplify the code. r=bz 2014-08-06 15:23:33 -07:00
Andrew McCreight
81a5bfbdad Bug 1038243 - Avoid static casting from nsIDOMAttr to Attr. r=smaug 2014-08-06 15:23:33 -07:00
Daniel Holbert
1997f8dd73 (no bug) Adjust a comment in test_flexbox_flex_shorthand.html. comment-only, DONTBUILD
In particular, I'm:
 - Adding a missing close-quote charater to the flex-grow/flex-shrink line
 - Bringing the spec quote in the flex-basis line up-to-date w/ current spec ED.
2014-08-06 14:40:29 -07:00
Botond Ballo
ba7de40116 Bug 923512 - Introduce strongly-typed coordinate classes (Part2: Changes to rest of codebase, and switching Axis to use the strongly-typed coordinates). r=kats 2014-07-29 17:24:12 -04:00
Botond Ballo
19223fc539 Bug 923512 - Introduce strongly-typed coordinate classes (Part 1: Moz2D changes). r=kats,Bas 2014-07-31 17:07:17 -04:00
Botond Ballo
db341085ad Bug 923512 - Transition the TransformTo<>() functions from gfx3DMatrix to Matrix4x4. r=kats 2014-08-06 12:52:04 -04:00
Brian Hackett
a7554295c9 Bug 1045749 - Eliminate resume point operands which are immediately popped, and clear the erroneous entry resume point to split edge blocks, r=nbp. 2014-08-06 17:29:50 -04:00
Ben Kelly
3368c95554 Bug 995688 Always show scrollbars in test to avoid fade effect evicting document from BF cache. r=smaug 2014-08-06 17:26:19 -04:00
Chris Manchester
9ed2d4ffc2 Bug 1048288 - Log test_end messages instead of errors to prevent useful messages about assertion counts from being buffered.;r=ahal 2014-08-06 17:14:11 -04:00
Ryan VanderMeulen
0ed6dfe789 Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-06 16:50:19 -04:00
Ryan VanderMeulen
4a6ac2f654 Merge fx-team to m-c. a=merge
CLOSED TREE
2014-08-06 16:45:08 -04:00
Ryan VanderMeulen
84a68c9922 Bug 1037617 - Skip testSearchSuggestions on Android 4.0 for being perma-fail.
CLOSED TREE
2014-08-06 16:40:53 -04:00
Ryan VanderMeulen
3fd32214bf Bug 1001657 - Skip testPromptGridInput on Android 2.3 for frequent intermittent failures.
CLOSED TREE
2014-08-06 15:18:52 -04:00
Jim Chen
89574e61c9 Bug 1046880 - Catch invalid name exceptions in EventDispatcher; r=rnewman 2014-08-06 14:38:30 -04:00
Jim Chen
bfea59f05e Bug 1046880 - Test for NativeJSObject exceptions; r=rnewman 2014-08-06 14:38:30 -04:00
Jim Chen
dfc142c782 Bug 1046880 - Throw custom exception when a property does not exist or has the wrong type; r=blassey 2014-08-06 14:38:29 -04:00
Richard Newman
43bb26bacd Bug 1047549 - Copy libraries out of the APK when they're missing. r=blassey 2014-08-06 11:38:06 -07:00
Blake Kaplan
cda20d0e10 Bug 687194 followup - don't run this test on Android. r=bent
--HG--
extra : rebase_source : b6c5a751206e4837463310cb4bd4f00591e6df40
2014-08-06 11:28:07 -07:00
Andrew McCreight
aaf9a1f146 Bug 1047648 - TelemetryImpl::mHistogramMap can use nsDepCharHashKey. r=aklotz 2014-08-06 11:26:35 -07:00
Andrew McCreight
c9823c04a1 Bug 1047523 - Report memory held onto by more Telemetry hash tables. r=froydnj 2014-08-06 11:26:35 -07:00
Mike Hommey
300662c7d5 Bug 1049510 - Fix GCC_USE_GNU_LD when building with clang on linux. r=mshal 2014-08-07 02:59:31 +09:00
Mike Hommey
165bf7158f Bug 1049311 - Remove sqlite resource files. r=mshal 2014-08-07 02:59:29 +09:00
Mike Hommey
931d4e1ddc Bug 1049281 - Remove static dirs handling, now that there aren't any. r=gps
Also do some overdue cleanup from the removal of parallel and tools dirs
2014-08-07 02:58:53 +09:00
Mike Hommey
3a0a51dc58 Bug 1049281 - Move third-party build system "drivers" to config/external, and stop using static dirs. r=gps
--HG--
rename : intl/icu/Makefile.in => config/external/icu/Makefile.in
rename : config/nspr/Makefile.in => config/external/nspr/Makefile.in
rename : config/nspr/moz.build => config/external/nspr/moz.build
rename : security/build/Makefile.in => config/external/nss/Makefile.in
rename : security/build/moz.build => config/external/nss/moz.build
rename : security/build/nspr-dummy.def => config/external/nss/nspr-dummy.def
rename : security/build/nss.def => config/external/nss/nss.def
rename : security/build/nss.mk => config/external/nss/nss.mk
2014-08-07 02:58:52 +09:00
Mike Hommey
41ab4d6824 Bug 1048993 - Use nsinstall from $(topobjdir)/config instead of $(DIST)/bin to avoid races when make wants to reinstall it for some reason. r=mshal 2014-08-07 02:58:50 +09:00
Mike Hommey
b980ae9fd0 Bug 1049249 - Remove app_libxul_dirs. r=mshal 2014-08-07 02:58:49 +09:00
Mike Hommey
edc117da12 Bug 1049247 - Remove app_libxul_static_dirs. r=mshal 2014-08-07 02:58:48 +09:00
Mike Hommey
7074a853d1 Bug 1048799 - Improve mach build notification center errors. r=gps 2014-08-07 02:58:46 +09:00
Eric Edens
ae7de135cb Bug 1049650 - Don't launch intent when about:blank is loaded in WebView. r=margaret 2014-08-06 10:31:26 -07:00
Margaret Leibovic
c49717c90e Bug 1028885 - Reposition open tabs tray menu on device rotation. r=wesj 2014-08-06 11:24:27 -07:00
Ed Morley
198048c887 Backed out changeset b2ef6a444640 (bug 1046554) since the gaia part has been reverted 2014-08-06 16:58:31 +01:00
Ed Morley
7d749f438e Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-06 13:37:48 +01:00
Ed Morley
fe4e989bb2 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-06 13:34:25 +01:00
Kan-Ru Chen (陳侃如)
2beeffa44b Bug 1032063 - Call update_network_state and update_network_availability when network state changes for A-GPS. r=dougt
--HG--
extra : rebase_source : 9a674017a74099f3919b27252c454e7ca777ef84
2014-08-06 14:41:56 +08:00
Chris Kitching
cba2002f68 Bug 1049105: Make annotation processor compile with Xlint:all r=kats 2014-08-05 21:13:49 -07:00
Chris Kitching
4ea992981a Bug 1049105: Prevent application of annotations to incorrect entity types. r=kats 2014-08-05 21:13:49 -07:00
Wes Kocher
f46bee90cf Merge m-c to inbound on a CLOSED TREE 2014-08-05 17:32:52 -07:00
Wes Kocher
7c1cebff6a Merge inbound to m-c a=merge 2014-08-05 17:05:58 -07:00
Wes Kocher
1c1cd54a33 Backed out changeset 1e2a00dc11cb (bug 687194) for mochitest-5 failures on a CLOSED TREE 2014-08-05 17:01:06 -07:00
Olli Pettay
3390dd919d Bug 1049010, layout should use composed doc, not current doc in many cases, r=wchen
--HG--
extra : rebase_source : 42ce2eebfd38ea2e6dbe5711954c601f19d72467
2014-08-06 02:23:54 +03:00
Olli Pettay
70bc61a2af Bug 1026164, improve focus handling in shadow dom, r=wchen
--HG--
extra : rebase_source : 026b9ee49cdce82a703700593d7a1f0e5d27969f
2014-08-06 02:23:02 +03:00
Cameron McCormack
f1211000f6 Bug 1018524 - Make copies of more SVGLength objects when manipulating SVGLengthLists. r=longsonr 2014-08-06 09:15:00 +10:00
Blake Kaplan
79d672b065 Bug 687194 - Basic test for chrome registration/unregistration. r=mossop 2014-08-05 16:10:21 -07:00
Chris Kitching
5f62f95616 Bug 1049105: Remove generateStatic option from JNI wrapper generator r=kats 2014-08-05 15:04:38 -07:00
Richard Newman
8aeabb2c45 Bug 1049217 - Follow-up: remove modern Android method calls until Bug 1042829 lands. a=bustage on a CLOSED TREE 2014-08-05 20:48:56 -07:00
Richard Newman
9f26e282ea Bug 1045921 - Clean up Clipboard.java. r=wesj. Android-only on a CLOSED TREE 2014-08-05 19:31:40 -07:00
Richard Newman
06ca9766f1 Bug 1049217 - Fix CharacterValidator for API levels below 12. r=margaret 2014-08-05 18:34:22 -07:00
Wes Kocher
3ab8654106 Merge m-c to fx-team on a CLOSED TREE 2014-08-05 17:38:06 -07:00
Brian Nicholson
0906eb7ed2 No bug - Removed unused dialogtitle_textcolor 2014-08-05 14:59:17 -07:00
B2G Bumper Bot
76ce4aea23 Bumping manifests a=b2g-bump 2014-08-05 14:11:35 -07:00