Commit Graph

118597 Commits

Author SHA1 Message Date
Mats Palmgren
d5826be6d7 Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
Ed Morley
3dbb5878a0 Bug 830231 - Modify CLOBBER file since this needed a clobber on Windows; r=me CLOSED TREE 2013-01-15 12:05:41 +00:00
Ed Morley
06900008e9 Backout a5b75feea6dd (bug 826111) on suspicion of breaking marionette on linux on a CLOSED TREE 2013-01-15 11:04:25 +00:00
Mike Hommey
915357dd17 Bug 830326 - Get rid of warnings in the custom linker code. r=nfroyd 2013-01-15 10:12:56 +01:00
Mike Hommey
e55ecf1802 Bug 830315 - Don't enable MOZ_FINAL and MOZ_DELETE on clang unless compiling as C++11. r=Waldo 2013-01-15 10:12:49 +01:00
Mike Hommey
662f0e4f8e Bug 830295 - Avoid RefPtr<LibHandle> triggering recursive calls to ~CustomElf, and use it in the linker segfault handler. r=nfroyd 2013-01-15 10:12:36 +01:00
Mike Hommey
32d1117ab7 Bug 826992 - Avoid hardcoded clientId in SafeBrowsing.jsm. r=Mossop,r=mfinkle,r=gcp 2013-01-10 08:38:50 +01:00
Jonathan Kew
c7f92c82b3 bug 829523 - disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones 2013-01-15 09:06:47 +00:00
Nicholas Nethercote
770c146e49 Bug 797808 - Add an ellipsis to about:support's "Reset $BROWSER" button. r=dao.
--HG--
extra : rebase_source : 42b808a4ee3f3fe8856aa7bc7ba66ed042a52bba
2013-01-14 14:26:28 -08:00
David Zbarsky
0a2891d04b Bug 830231 - Remove nsIDOMDOM(Settable)TokenList r=bz 2013-01-15 03:35:59 -05:00
Jan de Mooij
553bca6cb2 Bug 830369 - Refactor ScriptDebugPrologue and ScriptDebugEpilogue to use AbstractFramePtr. r=djvj
--HG--
extra : rebase_source : 86e1709f8b46556152001f890caa7baf2e2bddb0
2013-01-15 09:29:23 +01:00
Simon Montagu
30851a942d Make DoesNotParticipateInAutoDirection return true for non-HTML elements; and make WalkDescendantsSetDirAuto consistent with SetDirOnBind. Bug 829428, r=ehsan 2013-01-15 00:20:08 -08:00
Simon Montagu
3b63e737b7 Test for bug 829428, rs=ehsan 2013-01-15 00:20:06 -08:00
Oleg Romashin
dd18565bbe Bug 824428 - Add Environment option which would allow to use Tiled Thebes Layers. r=bgirard 2013-01-14 20:21:02 -08:00
Dave Hylands
821f180a4d Bug 823695 - unsetenv LD_PRELOAD when running the updater. r=cjones 2013-01-14 23:18:44 -08:00
Marshall Culpepper
e85796faf3 Bug 823695: Part 1 - Send update errors after the shell is ready in B2G. r=fabrice 2013-01-14 23:40:51 -08:00
Makoto Kato
32ab354a8f Bug 827701 - Remove curl check from configure. r=ted 2013-01-15 16:13:17 +09:00
Ehsan Akhgari
7ba545bbc6 Bug 827541 follow-up: Make sure that the test case actually instantiates an AudioContext object the first time, as opposed to just access the constructor function through a property access 2013-01-15 01:15:25 -05:00
Ehsan Akhgari
c4c0a2cb47 Bug 828780 - Ensure that closing a window via closing the last tab goes through the code path taken by closing the window directly; r=gavin
As a result, we make sure that the last-pb-context-exiting notification
is correctly dispatched no matter how we close the last private window.

--HG--
extra : rebase_source : f8bc848b6e86b6f7f5839156613c2e194807c403
2013-01-15 01:06:55 -05:00
Philipp von Weitershausen
692690df94 Bug 823798 - Route FM radio through analog path. r=mwu a=blocking-b2g 2013-01-14 22:06:41 -08:00
Dave Hylands
788529fa6f Bug 825598 - Add a watchdog timer on downloads and automatically restart if timer expires. r=marshall_law 2013-01-15 00:10:19 +01:00
Adam Roach [:abr]
277b1af20c Bug 807494: Fix stun address to point to Mozilla-operated server. r=ekr 2013-01-14 20:38:15 -05:00
Phil Ringnalda
5ecf073a00 Back out acecf63268be (bug 829679) for the same mochitest-chrome orange it had the last time it landed
CLOSED TREE
2013-01-14 20:16:10 -08:00
Ryan VanderMeulen
96b0e17533 Backed out changeset 622427e981a8 (bug 789975) for build bustage.
CLOSED TREE
2013-01-14 22:13:24 -05:00
Ryan VanderMeulen
1569c1b539 Backed out changeset cebb008a72f9 (bug 824919) for mochitest b-c orange.
CLOSED TREE
2013-01-14 22:01:12 -05:00
Justin Lebar
fbf3699557 Bug 789975 - Disable purging of MADV_FREE'd pages on MacOS when collecting RSS from Telemetry. r=njn 2013-01-14 21:49:25 -05:00
Fabrice Desré
7347d2b026 Bug 829679 - Package installation without // on the manifest URL causes webapps.json corruption r=ferjm a=tef+ 2013-01-14 11:41:24 -08:00
Ryan VanderMeulen
5b33550c5e Backed out 2 changesets (bug 826605, bug 811469) for xpcshell failures. 2013-01-14 21:25:12 -05:00
Nicholas Nethercote
19600b0dee Bug 829439 (part 2) - Some memory reporter clean-ups. r=jlebar.
--HG--
extra : rebase_source : 31ef4aaa1dde5299125ed67d297d70ee5fe5c876
2013-01-14 16:28:36 -08:00
Nicholas Nethercote
cfabe434d4 Bug 829439 (part 1) - Add MemoryReporterBase class that promotes better encapsulation within nsIMemoryReporter sub-classes. r=jlebar.
--HG--
extra : rebase_source : 53a77ea456f2aedafe05954ceece7e64db743e66
2013-01-14 16:26:47 -08:00
David Zbarsky
dc446c694b Bug 830221 - Remove nsIDOMDOMImplementation r=bz 2013-01-14 21:06:20 -05:00
David Zbarsky
e577dac5c1 Bug 830132 r=ehsan 2013-01-14 21:06:19 -05:00
Sean Stangl
79665a28e9 Bug 820124 - Follow-up fix: handle prebarrier on raw pointer, fixing a CLOSED TREE. 2013-01-14 17:44:45 -08:00
William Chen
f5a3b6c322 Bug 827426 - Added checks for external mutations to text fragments managed by an UndoManager. r=ehsan 2013-01-08 15:45:10 -08:00
Philipp von Weitershausen
8dfda9d9b1 Back out bug 813978 on a CLOSED TREE. 2013-01-14 17:38:11 -08:00
Philipp von Weitershausen
a1defde25e Back out bug 813978. a=bustage 2013-01-14 17:37:54 -08:00
Ehsan Akhgari
f08e1d98e8 Bug 830458 follow-up: mirror the changes in the js copy to unbreak builds, landed on a CLOSED TREE 2013-01-14 20:28:41 -05:00
Blake Kaplan
7a5d026c15 Bug 828395 - System messages handler is fired twice if there was already an handler for b.html contained into an iframe a.html and the page navigate to b.html r=fabrice,genelian 2013-01-14 17:24:46 -08:00
Bas Schouten
0521d72220 Bug 817019 - Reftest: Test bounded ops with opaque canvas and complex radial gradient. r=jrmuizel 2013-01-15 02:20:10 +01:00
Bas Schouten
1cd02f2da7 Bug 817019: Don't push ClearType layers to Transparent rendertargets. r=jrmuizel 2013-01-15 02:20:10 +01:00
Monica Chew
fbe80e1391 Bug 830458 - Import errno to ConfigStatus.py. r=gps 2013-01-14 20:15:04 -05:00
Dave Hunt
e991352a4a Bug 829790 - Marionette client's XML report fails when path does not contain a directory. r=jgriffin 2013-01-14 20:15:03 -05:00
Sotaro Ikeda
e216905926 Bug 826829 - Change ImageContainerChild::DispatchSetIdle() to synchronous SetIdle(). r=kanru 2013-01-14 20:15:03 -05:00
Sotaro Ikeda
5d6e8f550f Bug 826829 - Change PImageContainer::Flush() to synchronous to prevent abort. r=kanru 2013-01-14 20:15:03 -05:00
Ryan VanderMeulen
241b10c877 Bug 830109 - Upgrade SQLite to version 3.7.15.2 (Mozilla changes). r=mak 2013-01-14 20:15:03 -05:00
Ryan VanderMeulen
abcc7972a6 Bug 830109 - Upgrade SQLite to version 3.7.15.2 (SQLite changes). r=mak 2013-01-14 20:15:02 -05:00
Ryan VanderMeulen
7ef0f0c5d9 Merge m-c to inbound. 2013-01-14 20:14:58 -05:00
Vicamo Yang
767acf6408 Bug 813978 - Part 5/5: test cases for mixed filter targets. r=philikon a=blocking-basecamp
--HG--
extra : rebase_source : 1cf050beaddff0c3152659604a369564dce272ed
2013-01-14 15:07:51 -08:00
Vicamo Yang
a0f1285bc2 Bug 813978 - Part 4/5: rewrite filtering by multiple phone numbers. r=philikon, ferjm
--HG--
extra : rebase_source : 55a08666454ea2543787ee6b19864e9f713bcdf5
2013-01-14 15:07:51 -08:00
Vicamo Yang
90fb3bb917 Bug 813978 - Part 3/5: rewrite filtering by mix of any two conditions. r=philikon, ferjm
--HG--
extra : rebase_source : 1cfe205ea57e3fa3f8a6c681be2e1b6381d989c7
2013-01-14 15:07:50 -08:00