Commit Graph

5967 Commits

Author SHA1 Message Date
Marco Bonardo
94d447dd67 Bug 825739 - Intermittent exception thrown by browser_bookmark_titles.js.
r=Mano
2013-01-23 15:01:29 +01:00
Bobby Holley
c0cc2fa626 Bug 823348 - Don't set universalXPConnectEnabled for chrome compartments. r=mrbkap
There's a browser-chrome test that does this, which means that _all_ subsequent
browser-chrome tests inherit it. So depending on the ordering of cases in
WrapperFactory, we might end up using a CrossCompartmentWrapper rather than an
XrayWrapper, meaning that stuff like nodePrincipal doesn't work anymore.

The semantics of UniversalXPConnect are now entirely dicatated by what makes
our test suite go green. So let's not force ourselves to bend over backwards
during wrapping to handle this case. And let's fix that stupid test while
we're at it.
2013-01-23 06:04:38 +01:00
Dão Gottwald
8cad5b3aee Bug 813550 - Location bar's placeholder in an RTL chrome should be aligned on the right. r=ehsan a=nonlibxul 2013-01-22 00:13:04 +01:00
Bobby Holley
ff3e20df9d Bug 832435 - Fix compartment handling for EvaluteString and javascript: uris. r=bz 2013-01-21 12:56:28 +01:00
Mark Hammond
8befd820ab Bug 832811 - show desktop notifications command doesn't toggle. r=jaws 2013-01-21 15:38:35 +11:00
Mark Hammond
b14a8a3b4d Backed out changeset 39aa8c99853c due to incorrect reviewer in checkin message. 2013-01-21 15:37:44 +11:00
Mark Hammond
c8b9de592a Bug 832811 - show desktop notifications command doesn't toggle. r=felipe 2013-01-21 15:15:04 +11:00
Phil Ringnalda
d564033cc7 Back out 7dbbb6e3d240 (bug 832435) for assertion failures 2013-01-18 21:29:05 -08:00
Bobby Holley
2f946c4f2d Bug 832435 - Fix compartment handling for EvaluteString and javascript: uris. r=bzbarsky 2013-01-18 23:33:26 -05:00
Jared Wein
ad57839787 Bug 774315 - Close button and context menu to hide click-to-play plugin instances. Portions of the patch contributed by David Keeler. r=felipe 2012-07-17 13:45:59 -07:00
David Keeler
d9d03735a0 bug 827304 - rename browser_clickToPlayPluginScriptAccessPopup.js because it's long r=jaws
--HG--
rename : browser/base/content/test/browser_clickToPlayPluginScriptAccessPopup.js => browser/base/content/test/browser_CTPScriptPlugin.js
2013-01-17 14:00:41 -08: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
Gregory Szorc
bf7d11769c Merge mozilla-central into services-central 2013-01-15 23:11:26 -08: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
f218af6f35 Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00
Gregory Szorc
1f258052f2 Merge mozilla-central into services-central 2013-01-15 08:36:17 -08: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
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
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
6e4250b126 Bug 829870 - Only draw in the title bar of private windows which are browser windows on Mac; r=gavin 2013-01-13 16:23:13 -05:00
Richard Newman
a17f16e699 Bug 804745 - Part c: fix error in notification name handling. r=simple 2013-01-12 22:50:21 -08:00
Ehsan Akhgari
47319c37e6 Merge mozilla-central into mozilla-inbound 2013-01-12 09:27:31 -05:00
Gregory Szorc
d02ffc2c84 Bug 804745 - Part b: Fix bustage due to apparent preprocessor limitation; r=rnewman
This is a temporary fix until the variable in question is removed in bug
829881.
2013-01-11 21:42:47 -08:00
Mike Connor
dbf5df186f Bug 804745 - Unified notification for application data reporting; r=gavin 2013-01-11 19:05:35 -08:00
Mike Connor
79e2fbeaa0 bug 719484 - build about:healthreport, r=dolske
--HG--
extra : rebase_source : 54dac2005640bcf6f0b37c16cfbf04bb11d5def1
2013-01-11 15:31:38 -08:00
David Keeler
3f2b1badb9 bug 809846 - CTP: activate dynamically added plugins of the same type when using popup notification r=jaws
--HG--
rename : browser/base/content/test/plugin_bug743421.html => browser/base/content/test/plugin_add_dynamically.html
2013-01-11 16:25:02 -08:00
Ehsan Akhgari
8ffeafeacf Merge mozilla-central into mozilla-inbound 2013-01-15 09:10:19 -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
Mark Hammond
5e2164f00b Bug 821208 - increase test timeout to avoid intermittent orange in debug builds. r=me
--HG--
extra : rebase_source : acb7fd11e7462ab10141b4b89f55b65eae3dc292
2013-01-11 23:39:57 +11:00
Dão Gottwald
0f00d53c1e Bug 827954 - Firefox button overlaps the first tab in private windows. r=ehsan 2013-01-11 13:39:39 +01:00
David Keeler
7589714738 bug 821170 - expose a reshow method in PopupNotifications and use it r=jaws 2013-01-07 16:30:35 -08:00
Ehsan Akhgari
a06a4f96c3 Bug 749394 - Per-window private browsing theme changes for Windows and OS X; r=dao 2013-01-07 13:24:08 -05:00
Jared Wein
0dc27e1521 Bug 811835 - Social API toolbar buttons are stretched or blank in 'Text' and 'Text & Icons' mode. r=markh 2013-01-07 15:42:02 -05:00
Marius Gedminas
f91bfc0224 Bug 364845 - ctrl-shift-pageup/down should move current tab left/right. r=gavin 2013-01-06 22:24:13 -05:00
Ehsan Akhgari
b7608f387d Merge mozilla-central into mozilla-inbound 2013-01-05 16:00:35 -05:00
Panos Astithas
0ed1d15fb5 Merge m-c to fx-team 2013-01-05 11:41:23 +02:00
Dão Gottwald
75255d3a00 Bug 799417 - Add label and tooltip for the camera and microphone access indicator button in the navigation toolbar. r=gavin ui-r=boriss 2013-01-04 04:33:44 +01:00
Joe Walker
5813922941 Bug 795988 - Closing browser window with Developer Toolbar open leaks an everything; r=paul,ttaubert 2013-01-04 20:31:38 +00:00
William Chen
8f2a3385ae Bug 617532 - Implement UndoManager. r=ehsan 2013-01-03 22:54:26 -08:00
Girish Sharma
242db924a4 Bug 818428 - Don't use the word 'Toolbox' in the UI, r=dao 2012-12-18 00:31:31 +05:30
Avi Halachmi
35a21b9441 Bug 820167 - Tab open/close animation prints performance data to error console when enabled. r=jmuizelaar,dao 2013-01-03 21:53:15 -05:00
Mark Hammond
c3088a801a Bug 824800 - Social chat windows should close on middle mouse button, and right click should not minimize. r=dao 2013-01-04 12:25:36 +11:00
David Keeler
3515460f88 bug 820303 - scripted click-to-play plugins: handle deny permission r=jaws 2013-01-03 11:31:04 -08:00
Olli Pettay
44eadd5185 Bug 816340 - Propagate events to chrome even if there is a disabled form control in the event target chain, r=jst,gavin 2013-01-03 17:17:36 +02:00
Dão Gottwald
0350cdfc2e Bug 802421 - Allow specifying a mic and a camera in the doorhanger UI when audio and video are both requested through gUM. r=gavin 2012-12-21 22:05:45 +01:00
Dão Gottwald
b850e0a4f8 Bug 823292 - Stop setting the obsolete browsingmode attribute. r=ehsan 2012-12-21 20:04:36 +01:00
Masatoshi Kimura
2a245d47d2 Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo 2012-12-21 20:47:52 +09:00
Ed Morley
e37969e6b1 Merge mozilla-central to mozilla-inbound 2012-12-21 11:41:08 +00:00
Panos Astithas
ce9edfa965 Merge m-c to fx-team 2012-12-21 10:28:48 +02:00