Matt Brubeck
555449bc6a
Bug 811548 - Move PageThumbs.jsm from /browser to /toolkit
...
--HG--
rename : browser/components/thumbnails/BrowserPageThumbs.manifest => toolkit/components/thumbnails/BrowserPageThumbs.manifest
rename : browser/components/thumbnails/Makefile.in => toolkit/components/thumbnails/Makefile.in
rename : browser/components/thumbnails/PageThumbs.jsm => toolkit/components/thumbnails/PageThumbs.jsm
rename : browser/components/thumbnails/PageThumbsProtocol.js => toolkit/components/thumbnails/PageThumbsProtocol.js
rename : browser/components/thumbnails/PageThumbsWorker.js => toolkit/components/thumbnails/PageThumbsWorker.js
rename : browser/components/thumbnails/test/Makefile.in => toolkit/components/thumbnails/test/Makefile.in
rename : browser/components/thumbnails/test/background_red.html => toolkit/components/thumbnails/test/background_red.html
rename : browser/components/thumbnails/test/background_red_redirect.sjs => toolkit/components/thumbnails/test/background_red_redirect.sjs
rename : browser/components/thumbnails/test/browser_thumbnails_bug726727.js => toolkit/components/thumbnails/test/browser_thumbnails_bug726727.js
rename : browser/components/thumbnails/test/browser_thumbnails_capture.js => toolkit/components/thumbnails/test/browser_thumbnails_capture.js
rename : browser/components/thumbnails/test/browser_thumbnails_expiration.js => toolkit/components/thumbnails/test/browser_thumbnails_expiration.js
rename : browser/components/thumbnails/test/browser_thumbnails_privacy.js => toolkit/components/thumbnails/test/browser_thumbnails_privacy.js
rename : browser/components/thumbnails/test/browser_thumbnails_redirect.js => toolkit/components/thumbnails/test/browser_thumbnails_redirect.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage.js => toolkit/components/thumbnails/test/browser_thumbnails_storage.js
rename : browser/components/thumbnails/test/browser_thumbnails_storage_migrate3.js => toolkit/components/thumbnails/test/browser_thumbnails_storage_migrate3.js
rename : browser/components/thumbnails/test/head.js => toolkit/components/thumbnails/test/head.js
rename : browser/components/thumbnails/test/privacy_cache_control.sjs => toolkit/components/thumbnails/test/privacy_cache_control.sjs
2013-02-16 20:15:41 -08:00
Tanvi Vyas
abd10dd08a
Bug 838359 - Don't show the triangle icon for mixed active content unless the preference to disable mixed active content is turned on. r=dolske
2013-02-16 20:08:53 -08:00
Brandon Waterloo
c39a331367
Bug 840584 - When a new rotation event comes in while a previous one is still snapping, cancel the snapping animation. Also, ensure that the completeRotation class is not applied when it is unnecessary to ensure that it is always removed whenever it is added. Also fixes bug 839625. r=jaws
2013-02-14 12:05:54 -05:00
Gregory Szorc
807212ca1f
Bug 840177 - Part 3: Record context menu searches in Firefox Health Report; r=gavin, r=rnewman
2013-02-13 12:33:52 -08:00
Gregory Szorc
a933ac5bec
Bug 840177 - Part 2: Record about:home searches in Firefox Health Report; r=gavin, r=rnewman
2013-02-13 10:34:34 -08:00
Gavin Sharp
44822c867e
back out 0528e2561bde (bug 719318) for tickling browser_social_chatwindow.js's bustedness
2013-02-12 15:43:25 -08:00
Brandon Waterloo
0ac41175ec
Bug 719318 - Better default window sizes. r=dolske
2013-02-12 13:29:10 -08:00
Matthew Noorenberghe
20ac771df4
Bug 587780 - Part 1 - Add "purpose" argument to getSubmission, to allow varying search parameters depending on search context. original-patch=gavin r=rnewman
...
--HG--
extra : rebase_source : 6015b78b46ea21136be7a747cd0856b2fe93f4ce
2011-12-20 16:20:21 -08:00
Dão Gottwald
c61334344b
Bug 670684 - Remove all tabs panel code . r=gavin
2013-02-11 13:48:32 +01:00
Jim Mathies
3b0065b274
Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium
2013-02-09 12:28:38 -06:00
Robert Strong
bbc574349b
Back out Bug 678392
2013-02-08 16:52:12 -08:00
Stephen Pohl
e3bc5674b1
Move gGestureSupport to browser-gestureSupport.js - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc
2013-02-08 13:57:10 -08:00
Stephen Pohl
6f6c60460f
Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc
2013-02-08 13:56:50 -08:00
Dão Gottwald
2d20253121
Bug 825804 - Popup notifications shouldn't persist across page reloads. r=gavin
2013-02-08 15:51:54 +01:00
Mike Conley
fb95c83177
Bug 838855 - Fix "ele is null" exception being thrown on OSX on titlebar update. r=dao.
2013-02-08 11:42:06 -05:00
Ms2ger
0c3a176cfb
Backout changeset 3f192cae69e2 for test_keycodes.xul oranges.
2013-02-08 14:37:37 +01:00
Dão Gottwald
126d0a8fe7
Bug 825804 - Popup notifications and notification bars shouldn't persist across page reloads. r=gavin
2013-02-08 13:15:46 +01:00
Marco Bonardo
cfb89bba05
Bug 790934 - Don't run BrowserOnAboutPageLoad twice for each about page load.
...
r=gavin
2013-02-07 22:27:40 +01:00
Dão Gottwald
48e8e0cdf9
Bug 837640 - global notifications should be hidden during print preview. r=felipe
2013-02-05 10:30:21 +01:00
Shriram Kunchanapalli
ee33189bb7
Bug 707296: Correct the length of the IndexedDB prompt timeout. r=gavin
2013-02-02 23:19:35 +05:30
Brandon Waterloo
0b9321b2df
Bug 833511 - Add rotation gesture support to Image documents. r=jaws
2013-01-31 16:52:31 -05:00
Henri Sivonen
4fb32645f1
Bug 234628 part 3 - Disable/enable the Character Encoding menu depending on what the docshell says. r=gavin, ui-r=fyan.
2013-01-31 19:10:28 +02:00
Phil Ringnalda
5210e2b902
Back out 73b1860d1fdc (bug 833511) for failures in browser_gestureSupport.js
...
CLOSED TREE
2013-01-30 20:41:02 -08:00
Dão Gottwald
a8e6c8921b
Bug 836470 - Clean up JS module imports that use a temporary scope object. r=gavin
2013-01-30 23:44:40 +01:00
Brandon Waterloo
b4ff1f7db4
Bug 833511 - Add rotation gesture support for standalone image documents. r=jaws
2013-01-30 16:31:25 -05:00
Dão Gottwald
f7367ac07a
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
9b45ffdc77
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
7d786d459c
Bug 822371 - Mixed Content Doorhanger UI. r=dao
2013-01-30 00:04:28 -08:00
Boris Zbarsky
f17cd371b2
Back out bug 824589 (rev 22695cac3896) on suspicion of Ts regression
2013-01-29 17:18:06 -05:00
Tanvi Vyas
b262a21af4
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
4613c4dee9
Merge the removal of global private browsing support
2013-01-29 13:13:58 -05:00
Ehsan Akhgari
565d0479c3
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Boris Zbarsky
1d5a36a375
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
ce8005de91
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
27b9a69fba
Merge mozilla-central into mozilla-inbound
2013-01-12 09:27:31 -05:00
Mike Connor
e46ce230b0
Bug 804745 - Unified notification for application data reporting; r=gavin
2013-01-11 19:05:35 -08:00
David Keeler
7cf3a0e3d2
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
Dão Gottwald
745b00d1f8
Bug 827954 - Firefox button overlaps the first tab in private windows. r=ehsan
2013-01-11 13:39:39 +01:00
Ehsan Akhgari
515cd3cb79
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
022bea1ed6
Merge m-c to fx-team
2013-01-05 11:41:23 +02:00
Joe Walker
5c84bd2eb8
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
289bb2e7ae
Merge mozilla-central to mozilla-inbound
2012-12-21 11:41:08 +00:00
Paul Rouget
6eec3f0ef3
Bug 817537 - Connection screen polish. r=vporof
2012-12-18 08:54:00 +01:00
David Keeler
52d3900b30
bug 820497 - update popup notification for click-to-play more often r=jaws
2012-12-17 16:12:14 -08:00
Gavin Sharp
10f431c5f7
Bug 614304: make Esc only stop page/XHR/WebSocket loads when the stop button is shown, r=dao
...
--HG--
extra : transplant_source : %A9K%87%F5%87d%3F%1Cj%11%9AJ7%D7%EC%F9%08%15%BFf
2012-12-20 16:16:11 -05:00
Dão Gottwald
70f971fb0b
Bug 822435 - Undo global-scope pollution from browser-plugins.js. r=jaws
2012-12-18 01:05:00 +01:00
Frank Yan
833fa5f92d
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
2ccef33a99
Bug 802026, r=dao
...
--HG--
extra : transplant_source : _%DEr6%3A%8A%40%AF%FE%5E/%C6N%82%00%0B%0FtU%DD
2012-12-12 01:09:49 -08:00
Ed Morley
7774c430ca
Merge mozilla-inbound to mozilla-central on a CLOSED TREE
2012-12-14 15:28:22 +00:00
Joe Walker
349f95edf3
Merge m-c to fx-team
2012-12-13 17:42:37 +00:00