Commit Graph

118910 Commits

Author SHA1 Message Date
Gregory Szorc
ca49c84dab Bug 829881 - Part 2: Re-enable pre-processing of about:telemetry; r=tchevalier 2013-01-15 17:53:09 -08:00
Olli Pettay
93c9bddde7 Bug 830948, null check mDocshell before using it, r=bz
--HG--
extra : rebase_source : ea20dabe0ec39b3b98fab07e72b0f1f51f9d32a8
2013-01-16 01:12:14 +02:00
Marco Bonardo
c6d706fecd Backout 0d33af2a2a75 (bug 823109) cause it breaks some Windows builds 2013-01-16 00:33:13 +01:00
Ed Morley
1659e70737 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-15 22:57:50 +00:00
Gregory Szorc
3c2914259d Bug 828703 - Correct removal of idle-daily observer; r=rnewman 2013-01-15 14:53:34 -08:00
Gregory Szorc
f218af6f35 Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00
Joe Walker
bd0b761034 Bug 774619 - Fix browser_dbg_bfcache.js test by making GCLI force GC; r=past 2013-01-15 19:38:52 +00:00
Gregory Szorc
1f258052f2 Merge mozilla-central into services-central 2013-01-15 08:36:17 -08:00
Jeff Muizelaar
0add155be0 Bug 786533. Add a comment about the purpose of XPCOM_MIN/MAX. r=ehsan
--HG--
extra : rebase_source : 97ed3b670dee51b929344e1222be0d61ce18b3af
2013-01-15 11:26:58 -05:00
Mihai Sucan
63c0ed5ccd Bug 787985 - Console API messages are not consistent; r=past 2013-01-15 16:02:25 +02:00
Olli Pettay
18534b4fb8 Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz 2013-01-15 13:46:35 +02:00
Gregory Szorc
90ca908836 Bug 830626 - Add HealthReportComponents.manifest to package manifest; r=trivial 2013-01-14 21:49:25 -08:00
Gregory Szorc
5d150922a5 Bug 828149 - Enable Firefox Health Report on Linux; r=mconnor
We suspect the previous patch fixes the shutdown crash on Linux that
caused us to disable FHR on Linux.
2013-01-14 19:09:13 -08:00
Gregory Szorc
6104c9a813 Bug 828149 - Cancel timer during application shutdown. r=rnewman 2013-01-14 18:01:53 -08:00
Mike Connor
080349bfd2 bug 830090 - Access key for Choose What I Share button in info bar is broken, r=gps 2013-01-14 20:30:49 -05:00
Mike Connor
75638bf557 bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws 2013-01-14 19:56:04 -05:00
Mike Connor
17b82197ea bug 830418 - hide health report menu items if health report is disabled, r=rnewman 2013-01-14 19:55:43 -05:00
Gregory Szorc
60850c7c23 Bug 829953 - Interact with FHR properly from about:healthreport; r=rnewman 2013-01-14 15:08:40 -08:00
Ehsan Akhgari
962a24f24f Merge the last PGO-green changeset of mozilla-central into mozilla-inbound 2013-01-14 17:27:01 -05:00
Chris AtLee
248e1d2124 Bug 830371: Put the kernel in the right place. r=nthomas DONTBUILD 2013-01-14 15:59:09 -05:00
Ethan Hugg
387e5b8af2 Bug 830451 Treat PEER_REFLEXIVE like SERVER_REFLEXIVE r=adam 2013-01-14 12:07:28 -08:00
Frank Yan
1abc6c98e2 Bug 611553 - Android: Make DOMWillOpenModalDialog a chrome-only event. r=mbrubeck 2013-01-16 13:10:20 -08:00
Frank Yan
92fe506550 Bug 611553 - Make DOMWillOpenModalDialog a chrome-only event. r=dolske r=smaug 2013-01-16 13:10:18 -08:00
Brian Hackett
87f50ee39f Bug 831040 - Disallow GCs during error reporting for allocation and string/inflate bad inputs, r=terrence. 2013-01-16 14:03:59 -07:00
David Zbarsky
1fd6f576ea Bug 830230 - Convert SVGPatternElement to WebIDL r=bz 2013-01-16 15:51:00 -05:00
David Zbarsky
a9dc213100 Bug 827174 - Remove nsIDOMSVGLocatable and nsIDOMSVGTransformable r=bz 2013-01-16 15:51:00 -05:00
David Zbarsky
736be515c3 Bug 830230: Move SVGPatternElement to mozilla::dom r=bz
--HG--
rename : content/svg/content/src/nsSVGPatternElement.cpp => content/svg/content/src/SVGPatternElement.cpp
rename : content/svg/content/src/nsSVGPatternElement.h => content/svg/content/src/SVGPatternElement.h
2013-01-16 15:51:00 -05:00
David Zbarsky
41ec5dbc06 Bug 830181 - Convert SVGSymbolElement to WebIDL r=bz 2013-01-16 15:50:59 -05:00
David Zbarsky
f1c7856abe Bug 830181: Move SVGSymbolElement to mozilla::dom r=bz
--HG--
rename : content/svg/content/src/nsSVGSymbolElement.cpp => content/svg/content/src/SVGSymbolElement.cpp
rename : content/svg/content/src/nsSVGSymbolElement.cpp => content/svg/content/src/SVGSymbolElement.h
2013-01-16 15:50:59 -05:00
David Zbarsky
d0e90dff8c Bug 827172 - Convert SVGPathElement to WebIDL r=bz 2013-01-16 15:50:59 -05:00
David Zbarsky
173b3e4951 Bug 827182: Convert SVGUseElement to WebIDL 2013-01-16 15:50:59 -05:00
David Zbarsky
fa84ffe89e Bug 827182: Move SVGUseElement to mozilla::dom
--HG--
rename : content/svg/content/src/nsSVGUseElement.cpp => content/svg/content/src/SVGUseElement.cpp
rename : content/svg/content/src/nsSVGUseElement.h => content/svg/content/src/SVGUseElement.h
2013-01-16 15:50:58 -05:00
Jared Wein
404b9de813 Bug 829416 - SocialAPI ambient panel appears in middle of screen when toolbar is in Text mode. r=mixedpuppy
--HG--
extra : rebase_source : db7be579b94718265cd1a0558d4db01542384d29
2013-01-16 14:07:45 -05:00
Asaf Romano
b0fdd7befb Bug 830064 - The new downloads view does not support drag and drop. r=mak 2013-01-16 22:39:16 +02:00
Brad Lassey
bf6d915aa5 bug 831354 - Ship fonts for content in Firefox for Android r=mfinkle
--HG--
extra : rebase_source : af87e607085c519132ffd554a8fb76e45925f5b5
2013-01-16 14:19:10 -05:00
Ed Morley
ed8660870e Merge mozilla-central to mozilla-inbound 2013-01-16 20:27:28 +00:00
Ting-Yuan Huang
6ebed92a8f Bug 823351 - Setup the dependency of jchuff.c on jpeg_nbits_table.h; r=ted 2013-01-16 13:05:57 -05:00
Ehsan Akhgari
1f9d5a9001 Bug 827158 - Part 3: Move the ValidityState API to Web IDL bindings; r=bzbarsky 2013-01-16 13:01:01 -05:00
Malini Das
313d1c0456 Bug 829566 - have marionette client send right tap event depending on shim, r=jgriffin 2013-01-16 11:40:06 -05:00
Gian-Carlo Pascutto
329bc80a10 Backout ff82d1a3955e (Bug 830308). 2013-01-14 20:16:38 +01:00
Trevor Saunders
4f48cd4e2c bug 830396 - add back nsIDOMCSSValueList r=bz 2013-01-14 12:29:27 -05:00
Jeff Muizelaar
cb79bf28d9 Bug 823109. Only extract d3d dlls when necessary. r=ted
This adds proper dependencies so that make can do better.

--HG--
extra : rebase_source : 4878bf741f29d738603f090e914a1adf2e31732b
2013-01-15 11:14:04 -05:00
Felipe Gomes
46f72e2365 Bug 779754. Fix intermittent test_destinationURI_annotation.xul by cleaning up possible leftover files before starting the test. r=mconley 2013-01-15 14:11:39 -02:00
Mike Habicher
04d4c426d1 Bug 830116 - remove off-main-thread calls to nsMainThreadPtrHandle::get() in error-handling paths, r=jst 2013-01-15 10:57:22 -05:00
Mike Conley
26d7d30845 Bug 825852 - Add UI migration to put the Downloads button into the navigation bar. r=mak, f=gavin. 2013-01-15 10:47:58 -05:00
Ed Morley
916b388eb6 Backout 4082c7521142 (bug 819000) for mochitest assertions on a CLOSED TREE 2013-01-15 15:36:43 +00:00
Asaf Romano
62fbe7ebc5 Bug 826991 - Store download state and end time in an annotation (avoid I/O for new history downloads), part 2. r=mak 2013-01-15 17:32:04 +02:00
Jonathan Kew
1c83908a1d bug 829523 - disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones 2013-01-15 15:19:28 +00:00
Ed Morley
4b82c8a912 Backout d533ba255bbb (bug 829523) for reftest failures on a CLOSED TREE 2013-01-15 14:33:51 +00:00
Andrea Marchesini
5ac150aaba Bug 830648 - AudioChannelAgent::StartPlaying() should check if already registered to AudioChannelService., r=mchen 2013-01-15 15:31:19 +01:00