Commit Graph

2297 Commits

Author SHA1 Message Date
Brandon Waterloo
f0d2af8965 Bug 833511 - Add rotation gesture support for standalone image documents. r=jaws 2013-01-30 16:31:25 -05:00
Dão Gottwald
fc2bcbb428 Bug 836448 - Make browser-data-submission-info-bar.js not pollute the global window scope. r=gavin 2013-01-30 21:56:49 +01:00
Boris Zbarsky
ec363fb17a Bug 824589. Convert XULElement to WebIDL. r=peterv
The assertions in nsINode and nsWrapperCache are to eagerly catch
failures to override those methods.

The classinfo change for XULTreeBuilder is needed because one of those
is returned via an nsIXULTemplateBuilder attribute on XULElement.
Alternately, I could mark it notflattened in Bindings.conf, but Enn
said he prefers this anyway.

The change to the QI impl in BindingUtils is needed because when
XPConnect converts an IID from C++ to JS it makes is an nsJSID, not an
nsJSIID.  We've run into this before, sadly.

I removed "id" from nsIDOMXULElement because it's already on Element.
I suppose I could have left it there, but this seems cleaner.

The nsJSIID::HasInstance changes are needed to support XBL-implemented
interfaces.  Sadly, this does mean that if the underlying object QIs
to something but we didn't put those props on the WebIDL we'll end up
testing true for instanceof but not exposing the props.  I don't see
an obviously better way.  We should work on killing off uses of
"instanceof someinterface".

The browser.js change is needed to avoid throwing exceptions during
browser-chrome tests that are now getting reported because our
swapFrameLoaders is no longer an XPConnect method.
2013-01-29 12:51:55 -05:00
Tanvi Vyas
b6354a91c6 Bug 822371 - Mixed Content Doorhanger UI. r=dao 2013-01-30 00:04:28 -08:00
Boris Zbarsky
c1ef2bf3e1 Back out bug 824589 (rev 22695cac3896) on suspicion of Ts regression 2013-01-29 17:18:06 -05:00
Tanvi Vyas
5fc23965ae Bug 822366 - Change the icon for Mixed Active Content to the triangle with exclamation point. r=dao 2013-01-29 11:51:17 -08:00
Ehsan Akhgari
6f2109097c Merge the removal of global private browsing support 2013-01-29 13:13:58 -05:00
Ehsan Akhgari
5ab06de081 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium 2013-01-29 13:12:13 -05:00
Boris Zbarsky
2ce431d578 Bug 824589. Convert XULElement to WebIDL. r=peterv
The assertions in nsINode and nsWrapperCache are to eagerly catch
failures to override those methods.

The classinfo change for XULTreeBuilder is needed because one of those
is returned via an nsIXULTemplateBuilder attribute on XULElement.
Alternately, I could mark it notflattened in Bindings.conf, but Enn
said he prefers this anyway.

The change to the QI impl in BindingUtils is needed because when
XPConnect converts an IID from C++ to JS it makes is an nsJSID, not an
nsJSIID.  We've run into this before, sadly.

I removed "id" from nsIDOMXULElement because it's already on Element.
I suppose I could have left it there, but this seems cleaner.

The nsJSIID::HasInstance changes are needed to support XBL-implemented
interfaces.  Sadly, this does mean that if the underlying object QIs
to something but we didn't put those props on the WebIDL we'll end up
testing true for instanceof but not exposing the props.  I don't see
an obviously better way.  We should work on killing off uses of
"instanceof someinterface".

The browser.js change is needed to avoid throwing exceptions during
browser-chrome tests that are now getting reported because our
swapFrameLoaders is no longer an XPConnect method.
2013-01-29 12:51:55 -05:00
Ehsan Akhgari
d22e1e4205 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
Ehsan Akhgari
c97e5ba6df Merge mozilla-central into mozilla-inbound 2013-01-12 09:27:31 -05:00
Mike Connor
9586c6f4dd Bug 804745 - Unified notification for application data reporting; r=gavin 2013-01-11 19:05:35 -08:00
David Keeler
c75b14a18f bug 809846 - CTP: activate dynamically added plugins of the same type when using popup notification r=jaws 2013-01-11 16:25:02 -08:00
Dão Gottwald
9e8dcb3a59 Bug 827954 - Firefox button overlaps the first tab in private windows. r=ehsan 2013-01-11 13:39:39 +01:00
Ehsan Akhgari
bcb542cb6d Bug 749394 - Per-window private browsing theme changes for Windows and OS X; r=dao 2013-01-07 13:24:08 -05:00
Panos Astithas
c73a168fbd Merge m-c to fx-team 2013-01-05 11:41:23 +02:00
Joe Walker
07a25bc02e Bug 795988 - Closing browser window with Developer Toolbar open leaks an everything; r=paul,ttaubert 2013-01-04 20:31:38 +00:00
Ed Morley
090a04eaad Merge mozilla-central to mozilla-inbound 2012-12-21 11:41:08 +00:00
Paul Rouget
eccd279f82 Bug 817537 - Connection screen polish. r=vporof 2012-12-18 08:54:00 +01:00
David Keeler
3c1abdb7dc bug 820497 - update popup notification for click-to-play more often r=jaws 2012-12-17 16:12:14 -08:00
Gavin Sharp
bcc81948c8 Bug 614304: make Esc only stop page/XHR/WebSocket loads when the stop button is shown, r=dao 2012-12-20 16:16:11 -05:00
Dão Gottwald
f2d54a1873 Bug 822435 - Undo global-scope pollution from browser-plugins.js. r=jaws 2012-12-18 01:05:00 +01:00
Frank Yan
1b1b96fb53 Bug 822056 - Use truthy test not typeof == 'object' for OpenBrowserWindow options in browser.js. r=gavin 2012-12-15 15:59:19 -08:00
Gavin Sharp
c622a918bb Bug 802026, r=dao 2012-12-12 01:09:49 -08:00
Ed Morley
eb57a64284 Merge mozilla-inbound to mozilla-central on a CLOSED TREE 2012-12-14 15:28:22 +00:00
Joe Walker
f8871c53c5 Merge m-c to fx-team 2012-12-13 17:42:37 +00:00
Joe Walker
ebc70aa1bb Automated merge with ssh://hg.mozilla.org/integration/fx-team/ 2012-12-13 15:26:29 +00:00
Joe Walker
7aaa4bea44 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Ehsan Akhgari
08568fa966 Bug 819274 - Disable the Restore Previous Session command for private windows in per-window PB builds; r=dao 2012-12-09 23:13:50 -05:00
Jared Wein
49c155d032 Bug 814404 - Hide useless menu item in non-browser windows on Mac. r=gavin 2012-12-11 15:41:42 -08:00
David Keeler
ec4d48c7a5 bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws 2012-12-05 15:36:39 -08:00
Dão Gottwald
85ce9d5a87 Bug 818724 - Replace gStartupRan with a private gBrowserInit property. r=mak 2012-12-07 12:10:41 +01:00
Ehsan Akhgari
de6c3489b4 Bug 816527 - Disable switch to tab for private windows in per-window private browsing builds; r=gavin
This patch makes sure that when you have a tab open in a private window,
we would never switch to it from either a private or non-private window.
Also, this disabled switching to tabs inside private windows.

This patch uses the autocompletesearchparam attribute to convey whether
the autocomplete search is coming from a private window, to disable
finding open pages in nsPlacesAutoComplete.  It also changes the
behavior of switchToTabHavingURI to make sure that switch to tab
actually fails if somehow attempted (this is used in the test.)  It also
prevents pages opened in a private window to be registered with
nsPlacesAutoComplete as open pages, in order to make sure that those
pages do not appear as switch to tab entries in the autocomplete list
for other windows.

The test for this patch is based on browser_bug555767.js, and tests all
of the four possible interactions here.
2012-11-30 02:40:47 -05:00
Josh Matthews
444a2f35f1 Bug 819202 - Simplify the semantics of OpenBrowserWindow: new windows are public unless explicitly passed a 'private' option or global private browsing is in effect. r=dao DONTBUILD 2012-12-10 06:39:00 -05:00
Josh Matthews
8ddedc516b Backed out changeset 7878092679cf (bug 819202) 2012-12-13 21:11:11 -05:00
Josh Matthews
8337f73713 Date: Mon Dec 10 00:16:09 2012 -0500
Bug 819202 - Simplify the semantics of OpenBrowserWindow: new windows are public unless explicitly passed a 'private' option or global private browsing is in effect. r=dao
2012-12-10 06:39:00 -05:00
Joe Walker
9632928486 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Mounir Lamouri
54dce1ccac Bug 815650 - Show the URI spec if there is no URI host in the popup blocker. r=ttaubert 2012-11-28 15:48:35 +00:00
Joe Walker
09f22af880 Backed out changeset 132d2e88ef03 (bug 788977) for talos regression. 2012-11-27 10:39:10 +00:00
Joe Walker
782dda8def Merge m-c to fx-team 2012-11-27 02:50:33 +00:00
Joe Walker
6cf594c56e Merge m-c to fx-team 2012-11-24 12:06:17 +00:00
Joe Walker
ffb8f7a6c4 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-22 21:35:19 +00:00
Jonathan Kew
f0be4f09aa bug 814383 - fix javascript strict-mode warnings in browser.js. r=gavin 2012-11-26 16:18:25 +00:00
Josh Matthews
36cb9c84ea Bug 813533 - Ensure windows opened in global private browsing mode with no parent present are still marked as private. r=ehsan 2012-11-20 14:47:45 -05:00
Gavin Sharp
b280c6b157 Bug 814255: use defineLazy[Module]Getter in browser.js, r=dao 2012-11-21 17:38:56 -08:00
Marco Bonardo
412382cb6c Bug 817999 - remove DownloadMonitorPanel remnants.
r=dao
2012-12-05 17:44:01 +01:00
John Schoenick
bbef96c166 Bug 800018 - Part 2 - Move plugin fallback event handling entirely to the front end. r=jaws 2012-11-19 11:38:04 -08:00
Jared Wein
b19a86bee1 Bug 798925 - Add back the Error Console menuitem by default (backout revision 42a7cb309ca1, bug 602006). r=dcamp 2012-11-16 19:20:51 -08:00
Josh Matthews
e77a3bf92a Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin 2012-02-18 01:40:10 -05:00
Abhishek Potnis
91476e7920 Bug 607280 - Remove the call to getShortcutOrURI in the contentAreaClick function. r=gavin 2012-11-04 19:18:37 +05:30