Commit Graph

124667 Commits

Author SHA1 Message Date
Jeff Hammel
4030494339 Bug 838733 - generate_diff.py should have a convenience mode for staging;r=ahal ; DONTBUILD because NPOTB 2013-03-12 13:21:57 -07:00
Gregory Szorc
3d694a85c0 Merge mozilla-central into build-system
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Girish Sharma
31a864f806 Bug 838069 - Disable browser_toolbox_window_shortcuts.js on OSX 10.8 and Windows XP for now. r=paul 2013-03-12 23:47:20 +05:30
Paul Rouget
5dab16ab76 Bug 849545 - Intermittent failure in browser_fontinspector.js. r=jwalker 2013-03-13 08:01:40 -04:00
Ryan VanderMeulen
de3b85c9ab Merge m-c to fx-team. 2013-03-13 08:01:01 -04:00
Joe Walker
de7fa6620f Bug 685526 - GCLI should allow basic async types; r=dcamp,past,harthur,mratcliffe
--HG--
rename : browser/devtools/commandline/test/browser_dbg_cmd.html => browser/devtools/debugger/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_dbg_cmd.js => browser/devtools/debugger/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.html => browser/devtools/debugger/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.js => browser/devtools/debugger/test/browser_dbg_cmd_break.js
2013-03-13 04:51:30 +00:00
Ryan VanderMeulen
03c7e434e8 Bug 637898 - Update assertion annotations for test_1.html. 2013-03-12 11:11:14 -04:00
Ryan VanderMeulen
9ffb6fc6c6 Backed out 2 changesets (bug 815862, bug 805479) for making bug 768459 nearly perma-fail on Android 2.2 opt. 2013-03-12 11:05:03 -04:00
Jim Mathies
a767e2ca23 Bug 848963 - disable bug415761 reftest on Win8 due to bug 850194. r=bbondy 2013-03-12 09:57:52 -05:00
Brian R. Bondy
e0281ca50c Bug 849607 - Sharing in Metro Firefox start screen should indicate nothing to share instead of error. r=jimm 2013-03-12 10:11:48 -04:00
Reuben Morais
20b446605e Bug 849616 - Use ObjectWrapper.jsm instead of __exposedProps__ in Settings API. r=gwagner
--HG--
extra : rebase_source : b6f492515c0735e8d16fb3f9e903389b09ae3943
2013-03-11 22:31:19 -07:00
Matt Brubeck
268dd429a1 Bug 849819 - Enable thumbnails for HTTPS sites when disk_cache_ssl is true [r=ally] 2013-03-13 16:32:40 -07:00
Dave Hylands
9f5105a86d Bug 846670 - Initialize stackBase and stackSize properly for the main-thread when using bionic. r=billm 2013-03-13 16:31:15 -07:00
Mark Hammond
a7c0fc1ede Bug 849216 - open social toolbar popup in setTimeout handler to avoid auto-rollup handling. r=felipe
--HG--
extra : rebase_source : 311aaca5135f223ebcc9f6e3ca81e3c4b2bee219
2013-03-13 09:31:39 +11:00
Benjamin Peterson
cc534b99af Bug 846984 - Prevent race conditions when USE_ZLIB is not defined. r=jorendorff 2013-03-13 17:48:46 -05:00
Rail Aliiev
0956829d6d Bug 848978 - Please generate a new Otoro, Unagi, Pandaboard and Emulator snapshot for Master branch. r=hwine 2013-03-13 18:41:35 -04:00
Steve Fink
7ba2ac1a8c No bug. JSScript::filename is now a function. r=woof! 2013-03-13 14:47:12 -07:00
Steve Fink
703d0b00b6 Bug 850873 - Fix null-checking in JS_NewArrayBufferWithContents. r=Waldo 2013-03-13 14:45:22 -07:00
Andrea Marchesini
b2302460a2 Bug 850346 - Change inputmode to inputMode for nsHTMLInputElement. r=bz 2013-03-13 15:54:24 -04:00
Ehsan Akhgari
72d38371ed Backed out changeset 2e6f598201ce (bug 850346) because it needs a UUID change 2013-03-13 17:51:09 -04:00
Ehsan Akhgari
97bf8361b9 Backed out changeset dab2619094d4 (bug 845592) because of broken browser-chrome tests on Linux 2013-03-13 17:50:37 -04:00
Bobby Holley
1e45639054 Bug 849730 - Let objectClassIs through for COWs. r=mrbkap 2013-03-13 14:48:59 -07:00
David Zbarsky
9fba10bb02 Fix style on WrapNode, no bug 2013-03-13 17:46:03 -04:00
David Zbarsky
59cd47e758 Bug 832155: Convert SVGFEPointLightElement to WebIDL r=Ms2ger 2013-03-13 17:41:20 -04:00
David Zbarsky
b90ade4791 Bug 832155: Move SVGFEPointLightElement to its own file r=Ms2ger
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEPointLightElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEPointLightElement.h
2013-03-13 17:41:20 -04:00
Joshua Cranmer
c477436062 Bug 846540 - Remove dead code from mozilla-central to let comm-central build. r=Standard8, NPOTFFB.
Note that the actual implementation of code that would be used can be found in
comm-central's ldap/xpcom part of the library.
2013-03-13 16:11:04 -05:00
Olli Pettay
ae362dc62d Bug 847591 - Paris binding for CommandEvent, r=peterv
--HG--
extra : rebase_source : f633d3c91764c38f7cec9a9e1c192773e3ea6f7f
2013-03-13 23:05:32 +02:00
David Anderson
289f7a0ee6 Disable PGO for ObjectImpl::nativeLookup (bug 844580, r=billm). 2013-03-12 11:32:06 -07:00
Daniel Holbert
019596e0ab Bug 849407: Disable flex item style fixup for anonymous content in nsFrameManager::ReResolveStyleContext(). r=bz 2013-03-13 13:54:05 -07:00
Sriram Ramasubramanian
ae293142b2 Bug 850814: Align the BrowserToolbar's curves properly. [r=mfinkle] 2013-03-13 12:40:22 -07:00
Sriram Ramasubramanian
248c15c263 Bug 848707: Add focused states for buttons. [r=mfinkle] 2013-03-13 12:28:01 -07:00
Sriram Ramasubramanian
72aec9fde2 Bug 848707: Change highlight color. [r=mfinkle] 2013-03-13 12:16:09 -07:00
Benjamin Smedberg
01db3d81d1 Bug 684887 part B - make a SafeMutex which should crash if you try to recursively lock it, instead of deadlocking. r=bent
--HG--
extra : rebase_source : 694c5cd571e5802ce5e5af4ea03b9edc7e6fb8d4
2013-03-13 16:39:53 -04:00
Benjamin Smedberg
18d99a509c Bug 684887 part A - Make the XPCOM component manager non-reentrant, and make sure that nsFactoryEntry.mFactory is protected by it, r=cjones
--HG--
extra : rebase_source : f6a458a98c53f8a7490bc621095029e9446d4775
2013-03-13 16:39:28 -04:00
Mike Shal
ec5b39bd8b Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
Mike Shal
568184706d Bug 818246 - Part 8: Support XPIDL_FLAGS in moz.build; r=gps 2013-03-12 10:09:00 -07:00
Mike Shal
2eb7c496cb Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps 2013-03-11 22:00:00 -07:00
Mike Shal
fc8734bd9f Bug 818246 - Part 6: Support XPIDL_MODULE in moz.build; r=gps 2013-03-12 10:08:00 -07:00
Gregory Szorc
0d33ac5f93 Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium 2013-03-12 10:20:41 -07:00
Gregory Szorc
629b5d86c6 Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Gregory Szorc
f33b615884 Bug 818246 - Part 3: Build system support for XPIDLSRCS in moz.build; r=glandium 2013-03-12 10:15:24 -07:00
Tim Taubert
dc10bfaeb4 merge m-c to fx-team 2013-03-12 09:31:15 +01:00
Gary Kwong
233f1eae81 Suppress bug 850134. DONTBUILD 2013-03-11 23:14:19 -07:00
Ethan Hugg
6ee68da973 Bug 849888 - Signaling - Enforce minimum buffer size in sub_send_msg r=jesup 2013-03-11 17:24:39 -07:00
Thomas Zimmermann
1a074deaa0 Bug 843958: Support SCO in switch statement; r=qdot r=echou
The fix for bug 843958 makes b2g crash when Bluetooth gets turned
on. This patch fixes the affected switch statement.

--HG--
extra : rebase_source : dd903b58f7675dec0c1aae86a7a790ff11296db0
2013-03-12 14:27:59 -07:00
Benjamin Peterson
47c4676421 Bug 779233 - Count script filenames as part of script source memory. r=njn
--HG--
extra : rebase_source : f8c6e2d0867f172a68bac2242dd401db89c92236
2013-03-12 21:56:57 -05:00
Benjamin Peterson
c8a6cc8cca Bug 779233 - Put a script's filename on the ScriptSource. r=billm
--HG--
extra : rebase_source : 4d76299491876e59a1c851ecb82544cb93b4e382
2013-03-12 21:56:55 -05:00
Brian R. Bondy
ad83bb311e Bug 849608 - Change - Auto close about, settings, and sync flyout panels on snap view. r=mbrubeck 2013-03-12 23:08:57 -04:00
Rodrigo Silveira
5e90a0f335 Bug 850335 - Don't position Metro context menus past the edge of the screen [r=mbrubeck]
--HG--
extra : rebase_source : 630fa09104fd3f90d17736fe09faed73ae7bf676
2013-03-12 16:33:49 -07:00
Matt Brubeck
fa8a4d6dc7 Bug 850398 - Buttons on Metro pop-up blocker notification are broken [r=rsilveira]
--HG--
extra : rebase_source : f38b06d4bfc4251596bc2da918d33453f965863c
2013-03-12 16:32:11 -07:00