Commit Graph

6092 Commits

Author SHA1 Message Date
Joe Walker
fa8cd6038a Merge m-c to fx-team 2012-12-13 17:42:37 +00:00
Joe Walker
1308f4ec39 Automated merge with ssh://hg.mozilla.org/integration/fx-team/ 2012-12-13 15:26:29 +00:00
Joe Walker
7daa3767fb Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Gavin Sharp
22d8cdc273 Bug 820273 - Move social tests to make them easier to run alone. r=felipe
--HG--
rename : browser/base/content/test/browser_social.js => browser/base/content/test/social/browser_social.js
rename : browser/base/content/test/browser_social_chatwindow.js => browser/base/content/test/social/browser_social_chatwindow.js
rename : browser/base/content/test/browser_social_flyout.js => browser/base/content/test/social/browser_social_flyout.js
rename : browser/base/content/test/browser_social_isVisible.js => browser/base/content/test/social/browser_social_isVisible.js
rename : browser/base/content/test/browser_social_mozSocial_API.js => browser/base/content/test/social/browser_social_mozSocial_API.js
rename : browser/base/content/test/browser_social_shareButton.js => browser/base/content/test/social/browser_social_shareButton.js
rename : browser/base/content/test/browser_social_sidebar.js => browser/base/content/test/social/browser_social_sidebar.js
rename : browser/base/content/test/browser_social_toolbar.js => browser/base/content/test/social/browser_social_toolbar.js
rename : browser/base/content/test/social_chat.html => browser/base/content/test/social/social_chat.html
rename : browser/base/content/test/social_flyout.html => browser/base/content/test/social/social_flyout.html
rename : browser/base/content/test/social_panel.html => browser/base/content/test/social/social_panel.html
rename : browser/base/content/test/social_share_image.png => browser/base/content/test/social/social_share_image.png
rename : browser/base/content/test/social_sidebar.html => browser/base/content/test/social/social_sidebar.html
rename : browser/base/content/test/social_window.html => browser/base/content/test/social/social_window.html
rename : browser/base/content/test/social_worker.js => browser/base/content/test/social/social_worker.js
2012-12-08 04:28:54 -08:00
Johan Charlez
6f175675e3 Bug 433168 - Context menu is not shown for form buttons and select elements. r=gavin 2012-12-13 01:09:49 -05:00
Gavin Sharp
046a65d270 Bug 820489: fix intermittent orange in browser_social_multiprovider by always waiting for sidebar to load before continuing the test. Also make unloadSidebar immediately stop pending sidebar loads, r=markh/mixedpuppy
--HG--
extra : transplant_source : %9C%26%D4%2B%DE%A8%0B%28%5B%22%9D%D7%97k%14f%D8%D6%3C%14
2012-12-12 17:13:09 -08:00
Jared Wein
2a37ad0196 Bug 814404 - Hide useless menu item in non-browser windows on Mac. r=gavin
--HG--
extra : rebase_source : 4aebcaa31a6cf45fa1949eba731ad5c4d2e05188
2012-12-11 15:41:42 -08:00
Jared Wein
7a46f5d112 Bug 819992 - Only open the click-to-play doorhanger once per window per session. Use the red blocked plugin icon and flash the icon to bring extra attention. r=dao 2012-12-11 22:41:32 -05:00
Ehsan Akhgari
78ebf85f3c Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff 2012-12-04 00:58:28 -05:00
Ehsan Akhgari
97b99365ed Bug 816936 - Add a "New Private Window" dock menu item for per-window private browsing builds on Mac; r=jdm
DONTBUILD since this is NPOTB for global PB builds
2012-12-03 23:20:23 -05:00
Ehsan Akhgari
d8c25f9e30 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
Bellindira Castillo [:bellindira]
e87614f7aa Bug 790752 - Investigate more comprehensive measures of tab switching speed that includes event handler responsiveness. r=gavin 2012-11-28 22:56:56 -06:00
Marco Bonardo
79b7f7961e Bug 791447 - Move about:newTab data to preferences. r=gavin
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00
Ed Morley
db4f2771da Merge mozilla-central to mozilla-inbound 2012-12-03 15:49:45 +00:00
Mario Alvarado [:marioalv]
0417fce708 Bug 806707 - Port browser_save_private_link.js to the new per-window PB APIs; r=ehsan
DONTBUILD since this is NPOTB in global PB builds

--HG--
rename : browser/base/content/test/browser_save_private_link.js => browser/base/content/test/browser_save_private_link_perwindowpb.js
2012-12-03 01:36:43 -06:00
Mike Conley
fed30c8bc3 Bug 811263 - Set skipintoolbarset="true" on social-toolbar-item so that the downloads button doesn't move when a lw-theme is applied. r=mak. 2012-11-30 22:45:08 -05:00
Tom Schuster
6abb2194c8 Bug 676619 - Tests for a[download]. r=smaug 2012-12-02 21:56:00 +01:00
Mark Hammond
a04cb87a4d Bug 820489 - reset social to disabled before removing providers in social tests. r=gavin 2012-12-12 10:43:16 +11:00
Shane Caraveo
b2309ece07 Bug 809694: implement support for multiple social providers in the front-end, including basic UI to switch between them. Portions of the patch by Gavin Sharp <gavin@gavinsharp.com>, r=gavin, r=markh
--HG--
extra : transplant_source : %2B3%7F%05l%3C%0A%90%B4%F6%B22%172_5%EEl%B3g
2012-12-07 20:13:27 -08:00
Ehsan Akhgari
74f9cfaedb 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
Benjamin Peterson
365b538faa Bug 818559 - Don't ask to unload if we know we're going to download. r=smaug 2012-12-07 20:35:17 -05:00
Olli Pettay
f77e62bcaa Backout Bug 818559 to fix Bug 820067, a=me 2012-12-10 21:52:01 +02:00
Ed Morley
ddf2dc3730 Remove spurious line continuation so Make doesn't treat the endif as a comment (no bug); rs=makeyusucksobad 2012-12-10 13:38:13 +00:00
Ed Morley
a7bbe4275e Bug 766546 - Disable browser_bug561636.js on Windows (correctly this time) 2012-12-10 13:34:00 +00:00
Ed Morley
a7961a2181 Bug 766546 - Disable browser_bug561636.js on Windows for too many intermittent failures 2012-12-10 12:52:52 +00:00
Theo Chevalier
f62b7f2d35 Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77 2012-12-08 18:41:23 +01:00
Benjamin Peterson
62728c6a88 Bug 818559 - Don't ask to unload if we know we're going to download. r=smaug 2012-12-07 20:35:17 -05:00
David Keeler
c0e29b39e3 bug 810082 - open popup when invisible click-to-play plugin is scripted r=jaws 2012-12-05 15:36:39 -08:00
Tom Schuster
32762dce29 Bug 676619 - Modified test case for https. r=smaug 2012-12-07 16:59:13 +01:00
Dão Gottwald
d8e10aae68 Bug 818724 - Replace gStartupRan with a private gBrowserInit property. r=mak 2012-12-07 12:10:41 +01:00
Soumya Deb
795ae2fd5c Bug 818660 - Un-prefix gradients from about:home page contents. r=dao 2012-12-07 12:09:53 +01:00
Felipe Gomes
320151663e Bug 811247 - Create only one instance of each social ambient panel instead of one per window. r=jaws,markh 2012-12-06 23:38:46 -08:00
Mark Hammond
5eff5d3ead Bug 807997 - allow chats to open in any suitable top-level window. r=gavin 2012-12-07 10:56:17 +11:00
David Keeler
7650b53bfe bug 818118 - guard pluginHost.getPermissionStringForType calls r=jaws 2012-12-06 13:32:23 -08:00
Dão Gottwald
7faec77d5e Bug 815961 - After dragging & dropping a tab the tabstrip scrolls to center the tab. r=felipe 2012-12-06 11:42:07 +01:00
Mark Hammond
b35d30d748 Bug 817782 - unhide the social chatbar as new top-level windows are opened. r=gavin 2012-12-06 13:37:04 +11:00
Ehsan Akhgari
a46b8ab992 Bug 816406 - Disallow dragging a private tab into a non-private window and vice versa; r=dao 2012-12-02 15:57:06 -05:00
Mark Hammond
1d0587dd02 Bug 820489 - don't remove the sidebar origin attribute before unload. r=gavin 2012-12-14 15:42:37 +11:00
Josh Matthews
acd8b53c11 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
5245f4e283 Backed out changeset 7878092679cf (bug 819202) 2012-12-13 21:11:11 -05:00
Josh Matthews
42f22fa563 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
John Schoenick
ab87f46a7c Bug 767633 - Part 1 - Cleanup nsObjectLoadingContent logic a bit. r=josh 2012-12-13 13:51:22 -08:00
Ehsan Akhgari
3235a08c8e Merge mozilla-central to mozilla-inbound 2012-11-30 13:20:05 -05:00
Joe Walker
8ff3ac8629 Merge m-c to fx-team 2012-11-30 13:51:45 +00:00
Joe Walker
96993c1368 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Gavin Sharp
c6db9627aa Stop preprocessing report-phishing-overlay.xul unnecessarily, no bug 2012-11-29 20:11:42 -08:00
Ehsan Akhgari
69616b6cfb Followup for bug 456884 - Fix the variable name to match the surrounding ones
DONTBUILD
2012-11-30 11:32:36 -05:00
Bellindira Castillo [:bellindira]
c6ae680c3f Bug 806705 - Port browser_bug767836.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug767836.js => browser/base/content/test/browser_bug767836_perwindowpb.js
2012-11-28 21:06:22 -06:00
Ehsan Akhgari
a3f8347fd1 Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava 2012-11-27 10:09:24 -05:00
David Keeler
bd244c0ac8 bug 816059 - properly reset blocklist in browser-chrome tests r=jaws 2012-11-29 12:18:53 -08:00
Makoto Kato
486d4e430e Bug 813834 - Character corruption on Facebook messenger with Social API. r=jaws 2012-11-29 15:14:48 +09:00
Mark Hammond
17ed800015 Bug 812108 - ensure that if 'try again' on a social error fails, we continue to display the error message. r=felipe 2012-11-29 16:25:34 +11:00
Scott Johnson
29f9330bf3 Bug 812372: Rename DocumentViewerImpl to nsDocumentViewer for consistency. [r=ehsan] 2012-11-28 18:26:39 -06:00
Marco Bonardo
3080319dd3 Bug 814264 follow-up: change the error text. DONTBUILD
r_irc=gavin
2012-11-28 18:26:02 +01:00
Mounir Lamouri
15049c27fd 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
Marco Bonardo
d2aac09c42 Bug 814264 - Restore the ability to call openUILink without an event parameter.
r=gavin
2012-11-27 17:06:17 +01:00
Mark Hammond
c387fb7a12 Bug 815000 - fix social sizePanelToContent args in error conditions. r=felipe 2012-11-28 12:50:03 +11:00
Mark Hammond
568d26044e Bug 815042 - leaving private browsing mode with social enabled now resets all social components. r=gavin 2012-11-28 11:30:09 +11:00
Ed Morley
6aa8ba56de Merge mozilla-central to mozilla-inbound 2012-11-27 19:39:16 +00:00
David Keeler
220bb08031 bug 746374 - differentiate click-to-play plugin permissions by type and vulnerability status r=jaws r=joshmoz 2012-11-27 10:09:10 -08:00
Joe Walker
e71a1aae69 Merge m-c to fx-team 2012-11-27 17:57:17 +00:00
Ed Morley
e145624da3 Backout fae627fef335 (bug 795065) for browser-chrome failures 2012-11-27 17:34:42 +00:00
Marco Bonardo
0eacd801d7 Bug 814264 - bug 795065 broke calling openUILink without an event parameter.
r=gavin
2012-11-27 17:06:17 +01:00
Joe Walker
d5628414a4 Backed out changeset 132d2e88ef03 (bug 788977) for talos regression. 2012-11-27 10:39:10 +00:00
Mark Hammond
92d9ba6e39 Bug 814269 - social API keys should be disabled when command not available. r=jaws 2012-11-27 17:59:51 +11:00
Mark Hammond
7e85076060 Bug 808422 - add 'Focus chats' as a keyboard-only item on the social menu. r=jaws 2012-11-27 17:58:55 +11:00
Mark Hammond
2dc7eec033 Bug 813789 - avoid console errors about _dynamicResizer being null. r=jaws 2012-11-27 17:56:22 +11:00
Mark Hammond
3adc3b27f8 Bug 813436 - tweaks to ensure a consistent UI as social is enabled/disabled/active/inactive. r=jaws 2012-11-27 17:54:55 +11:00
Joe Walker
9eaa95cf57 Merge m-c to fx-team 2012-11-27 02:50:33 +00:00
Joe Walker
d3e2858352 Merge m-c to fx-team 2012-11-24 12:06:17 +00:00
Mario Alvarado [:marioalv]
88738ada8e Bug 806704 - Port browser_bug763468.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug763468.js => browser/base/content/test/browser_bug763468_perwindowpb.js
2012-11-23 03:01:32 -06:00
Joe Walker
aceff510e6 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-22 21:35:19 +00:00
Josh Matthews
e3139d917c Bug 814513 - Enable browser_save_link-perwindowpb.js. r=ehsan 2012-11-22 15:50:06 -05:00
David Keeler
5afee47d31 bug 812562 - click-to-play: reshow notification for blocklisted plugins r=jaws 2012-11-20 16:58:22 -08:00
Seth Fowler
c42d3467d8 Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
Jonathan Kew
ac148ed81c bug 814383 - fix javascript strict-mode warnings in browser.js. r=gavin 2012-11-26 16:18:25 +00:00
Josh Matthews
7607a0bd7a 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
e4fe8a1e11 Bug 814255: use defineLazy[Module]Getter in browser.js, r=dao 2012-11-21 17:38:56 -08:00
David Keeler
de816c3f77 bug 818009 - canActivate: only click-to-play-type plugins are valid r=jaws 2012-12-05 13:00:52 -08:00
Ehsan Akhgari
0e237b0440 Merge mozilla-central into mozilla-inbound, but DONTBUILD since this all NPOTB stuff 2012-12-05 15:01:59 -05:00
Ehsan Akhgari
aef4c3981e Bug 817422 - Move the New Private Window menu item under the app button on Windows and Linux if the app button is visible; r=dao ui-r=shorlander 2012-12-02 15:04:39 -05:00
Ehsan Akhgari
6cf352d756 Bug 818459 - Fix browser_bug816527.js; r=jdm
DONTBUILD because this is NPOTB for global PB
2012-12-05 08:50:33 -05:00
Ehsan Akhgari
cb92e75717 Bug 806708 - Remove the global private browsing checks from browser_tabMatchesInAwesomebar.js in per-window PB mode; r=jdm
--HG--
rename : browser/base/content/test/browser_tabMatchesInAwesomebar.js => browser/base/content/test/browser_tabMatchesInAwesomebar_perwindowpb.js
2012-12-05 09:03:38 -05:00
Marco Bonardo
f9ffaf21c8 Bug 817999 - remove DownloadMonitorPanel remnants.
r=dao
2012-12-05 17:44:01 +01:00
Mark Hammond
cf5ac82595 Bug 817790 - fix stretched social toolbar icons when opening new windows. r=jaws 2012-12-05 10:12:40 +11:00
Jared Wein
38eea5034f Bug 813383 - Use firstElementChild/nextElementSibling/lastElementChild instead of firstChild/nextSibling/lastChild when possible. r=felipe 2012-11-19 17:54:12 -08:00
Mark Hammond
624e33c962 Bug 808235 - give chatbox focus when restored. r=jaws
--HG--
extra : rebase_source : 6c224570314d77c83405b3345ee9b858f0df2fac
2012-11-20 12:54:50 +11:00
Felipe Gomes
b18a5f0ab7 Bug 813316 - User details menuitem is blank on OSX menu. r=jaws 2012-11-19 17:22:42 -08:00
David Keeler
c2fa73a4b7 bug 811375 - decouple nsIPluginTag::clicktoplay from click-to-play blocklisting r=joshmoz 2012-11-19 14:03:24 -08:00
John Schoenick
13ad446575 Bug 800018 - Part 4 - Fix plugin fallback tests for new events. r=josh 2012-11-19 11:38:04 -08:00
John Schoenick
5aeb6d2785 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
92ada4aaf3 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
Felipe Gomes
0cc518f77b Bug 811089. Remove workaround for bug 803255 now that it's fixed. r=markh 2012-11-16 16:59:46 -08:00
Mark Hammond
a7cb40b011 Bug 809274. Avoid setting the sidebar visibility to the same value. r=felipe 2012-11-14 15:27:41 +11:00
Mark Hammond
2b04e4978d Bug 809258 - the social chatbar now defaults to being hidden. r=felipe 2012-11-17 10:23:22 +11:00
Josh Matthews
34db7ead87 Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander 2012-05-25 12:24:35 +01:00
Ed Morley
8c3130820e Backout f077ad362ca3 (bug 722859) for bustage 2012-11-16 10:44:20 +00:00
Josh Matthews
a4ad7d3c84 Bug 722859 - Support concurrent private/public downloads in the download manager. r=paolo/mak sr=bz ui-r=shorlander 2012-05-25 12:24:35 +01:00
Ed Morley
1b2eac9cf7 Backout 00cc23d1f72b (bug 722859) for compilation failures 2012-11-16 10:01:14 +00:00
Josh Matthews
78b9994eb3 Bug 722859 - Support concurrent private/public downloads in the download manager. r=mak/paolo 2012-05-25 12:24:35 +01:00
Josh Matthews
de77df1d97 Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo
Bug 780533 - Add GUIDs to download manager entries, and a faux-async retrieval by GUID. r=paolo
* * *
Bug 780533 - Interdiff
2012-08-05 23:20:19 -04:00
Phil Ringnalda
7f7fca60e5 Back out ed72449453b4 (bug 715075) for browser-chrome orange 2012-11-15 20:40:49 -08:00
Dario Bertero
a08e76380d Bug 715075 - Page Info reads image width and height synchronously after setting src, leads to 0px x 0px if the image isn't in your cache (e.g. after clearing cache). r=mak 2012-11-15 20:34:56 -05:00
Jared Wein
2239f7991c Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe 2012-11-15 15:07:42 -08:00
Mark Hammond
fb7563ad23 Bug 807531 - remove access keys from view->sidebar menu. r=dao 2012-11-15 20:30:05 +11:00
Mark Hammond
21ce6e9d58 Bug 811143 - move recommend support to the worker api and avoid dangling port if not supported by the provider. r=jaws 2012-11-15 14:57:28 +11:00
Mark Hammond
1a42bee2a0 Bug 805537 - social chat callbacks should only be invoked once. r=jaws 2012-11-15 14:54:34 +11:00
Mark Hammond
9c39e56472 Bug 804591 - opening an existing chat window should restore it if minimized. r=jaws 2012-11-14 15:27:34 +11:00
Jared Wein
0300fb21e5 Bug 808501 - Focusing chat bar doesn't put focus back in the previously focused chat. r=markh 2012-11-14 16:11:09 -08:00
Josh Matthews
71845a70ae 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
Phil Ringnalda
7ff19c8940 Back out 3fd41b40e88f (bug 809274) and 22e38380a161 (Bug 804591) for Win7 browser-chrome timeouts 2012-11-13 23:26:27 -08:00
Mark Hammond
02d9127681 Bug 809274 - avoid console errors if sidebar set invisible multiple times without ever becoming visible. r=felipe 2012-11-14 15:27:41 +11:00
Mark Hammond
55f8d5322a Bug 804591 - opening an existing chat window should restore it if minimized. r=jaws 2012-11-14 15:27:34 +11:00
Abhishek Potnis
64a1a81ce1 Bug 607280 - Remove the call to getShortcutOrURI in the contentAreaClick function. r=gavin 2012-11-04 19:18:37 +05:30
Mark Hammond
9dcc789caa Bug 807935 - social chatbar should be hidden in full-screen mode. r=jaws 2012-11-13 14:52:06 +11:00
Jared Wein
75a06b70fc Bug 807422 - Panels should open towards the center of the browser window. r=felipe 2012-11-12 14:42:02 -08:00
Brian Smith
6a43df62c6 Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao 2012-11-10 20:49:29 -08:00
Brian Smith
b78a4cfb46 backout cset b36d5c933092 due to orange 2012-11-10 19:09:07 -08:00
Brian Smith
741fc10ba2 Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Jared Wein
3481eaea3c Bug 810419 followup - Update test description. DONTBUILD r=me 2012-11-09 15:42:13 -08:00
Jared Wein
5906a1c5e3 Bug 810419 - Duplicate ambient-menuitems in the Social API keyboard-access menu. r=felipe 2012-11-09 15:36:22 -08:00
Ehsan Akhgari
80bace4f01 Bug 806709 - Port browser_newtab_private_browsing.js to the new per-tab PB APIs; r=jdm
--HG--
rename : browser/base/content/test/newtab/browser_newtab_private_browsing.js => browser/base/content/test/newtab/browser_newtab_perwindow_private_browsing.js
2012-11-08 15:29:23 -05:00
Ehsan Akhgari
8474ce22b0 Bug 806706 - Port browser_save_link.js to the new per-window PB APIs; r=jdm
--HG--
rename : browser/base/content/test/browser_save_link.js => browser/base/content/test/browser_save_link-perwindowpb.js
2012-11-07 21:14:41 -05:00
Jared Wein
a790537763 Bug 808176 - devtools.chrome.enabled=true should also show the Error Console menuitem. r=dcamp 2012-11-07 14:27:50 -08:00
Shane Caraveo
0b61fdb7c5 Bug 807217 - Disable Social in private browsing mode. r=gavin,felipe 2012-11-06 12:50:08 -08:00
Jim Mathies
1fd6a01145 Bug 809001 - Fix bad resource path in browser.js for Safebrowsing.jsm. r=gavin 2012-11-06 12:24:19 -06:00
Mark Hammond
5d7bd7a0c4 Bug 808243 - sidebar load event should be removed when sidebar not visible. r=felipe 2012-11-06 10:26:33 +11:00
Mark Hammond
1d63822c3f Bug 798083 - fix various social chat overflow and related issues. r=jaws
--HG--
extra : rebase_source : 64f925c25b5f8694d6385318e37b8ee7bccc56d5
2012-10-06 15:23:50 -07:00
Bobby Holley
d2fe9d94ec Bug 805807 - Make Components wrapper throw on denial. r=mrbkap
There's really no reason to use the wishy-washy static COW Deny() here.

Also, note that the xpcshell-test wasn't testing what it thought it
was - interfaces is accessible from content code.
2012-11-02 21:47:49 -03:00
Dão Gottwald
4b4ffca770 Bug 756313 - Don't load the homepage before the first paint. r=enn 2012-11-02 03:46:56 +01:00
Dão Gottwald
75dde08c8d Bug 807404 - Remove the 'switchingtabs' attribute after the next paint rather than depending on a synchronous layout flush. r=enn 2012-11-01 20:28:33 +01:00
Ed Morley
31c4e8fd53 Backout f3bb2259ca27 (bug 433168) for browser-chrome failures 2012-10-31 16:07:20 +00:00
Johan Charlez
35ec133d81 Bug 433168 - Context menu is not shown for form buttons and select elements. r=Mano. 2012-10-31 10:56:51 -04:00
Felipe Gomes
e856c3a2f4 Bug 804910 - Part 2. Watch for error notification and display recovery UI. r=jaws 2012-10-30 13:10:04 -07:00
Jared Wein
afafe5396e Bug 805885 - Set -moz-image-region on the .social-notification-icon-image class, r=felipe 2012-10-29 23:29:43 -07:00
Gavin Sharp
4be59e3c0c Bug 805474: fix chatbar title styling in high contrast themes, and crop chatbox titles, r=jaws 2012-10-29 15:03:16 -07:00
Mark Hammond
d0d11f149d Bug 804258 - the social sidebar should appear under View->Sidebar. r=gavin 2012-10-29 23:28:31 -07:00
Jared Wein
9aa35fb2c6 Bug 803344 - Add a menuitem in the social toolbar button menu to disable the Social API with confirmation, r=gavin 2012-10-29 23:25:53 -07:00
Felipe Gomes
972a83c14d Bug 806038. Sidebar docShell is not defined after sidebar has been unloaded. r=gavin 2012-10-29 20:52:56 -07:00
Justin Dolske
4a49f7f2f7 Bug 778608 - Move SafeBrowsing.jsm to toolkit. r=gavin
--HG--
rename : browser/components/safebrowsing/content/blockedSite.xhtml => browser/base/content/blockedSite.xhtml
rename : browser/components/safebrowsing/content/report-phishing-overlay.xul => browser/base/content/report-phishing-overlay.xul
rename : browser/components/safebrowsing/SafeBrowsing.jsm => toolkit/components/url-classifier/SafeBrowsing.jsm
2012-10-29 17:26:41 -07:00
Chris Pearce
0e375de354 Bug 805301 - Rename iframe.mozallowfullscreen to allowfullscreen. r=jlebar 2012-10-30 11:02:24 +13:00
Josh Matthews
44336d0465 Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan 2012-06-30 07:50:07 -07:00
Phil Ringnalda
330c17966d Back out 9c064c78d86a (bug 799600) for orange
--HG--
extra : rebase_source : 464d1ff3410f2382b8b0f9c204734517178b354f
2012-10-26 19:19:56 -07:00
Mark Hammond
1307cac3ab Bug 799600 - allow data urls in social panels. r=jaws 2012-10-25 16:45:34 +11:00
Alfred Kayser
807475654d Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Jared Wein
56787ef0e4 Bug 805206 - Keyboard accessible menuitem has a blank label. r=felipe
--HG--
extra : rebase_source : a049e94893c292e8c0fa53c4390199a00f7f2b50
2012-10-25 12:30:59 -07:00
Jared Wein
ed438ac8b0 Bug 804736 - Allow reactivation from content for Social API. r=mixedpuppy
--HG--
extra : rebase_source : f2a4ac4fa58874092e2639f307eb20e29e76a3fd
2012-10-25 12:29:12 -07:00
Dão Gottwald
e03aeb64a0 Bug 752376 - Avoid calling scrollbox.ensureElementIsVisible() if the tab strip doesn't overflow to prevent layout flushes. r=enn 2012-10-25 19:59:33 +02:00
Daniel Holbert
56770d3b3e Bug 805325 - Use the actual search engine name for logo's alt text on about:home, instead of the string "undefined". r=mak 2012-10-25 07:18:07 -07:00
Phil Ringnalda
a0fae05720 Back out 689834383fbb (bug 782882) for timing out in browser_social_toolbar.js 2012-10-25 00:00:45 -07:00
Mark Hammond
46447b6b21 Bug 799600 - allow data urls in social panels. r=jaws 2012-10-25 16:45:34 +11:00
Mark Hammond
faf98a8a52 Bug 782882 - only allow sharing of http or https urls. r=jaws 2012-10-25 16:44:53 +11:00
Phil Ringnalda
714d9d9e97 Back out 5bbfcd1d5296 (bug 805206) for browser-chrome failures 2012-10-24 22:35:25 -07:00
Jared Wein
c7dd3e280d Bug 805206 - Keyboard accessible menuitem has a blank label. r=felipe 2012-10-24 20:48:01 -07:00
Szabolcs Hubai
39945cb6c4 Bug 785015 - Check for this.aus in appUpdater.removeDownloadListener. r=bbondy 2012-10-24 20:39:51 +02:00
Andres Hernandez
7ffb7d4b3c Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan 2012-10-24 14:21:33 -06:00
Jared Wein
cc598aac90 Bug 801035 - Keyboard access for Social API chat windows. r=felipe 2012-10-23 23:45:59 -07:00
Jared Wein
7337c49e05 Backed out changeset ed8fc02602d4 (bug 804068) 2012-10-23 23:45:51 -07:00
Alfred Kayser
ee8c9f8267 Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Phil Ringnalda
da0dbce306 Back out d9c1eb0c7b8d (bug 804068) for forgetting there was a browser-chrome test to adjust 2012-10-23 21:23:23 -07:00
Alfred Kayser
8798269b51 Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Jared Wein
0cd1e8b33d Bug 802435. Unload social sidebar after some timeout. r=gavin
Includes workaround by Felipe to force document to be released from memory. r=gavin
2012-10-23 17:09:59 -07:00
Dão Gottwald
c5f5395f33 Bug 715402 - Wait until chrome is painted before executing code not critical to making the window visible. r=gavin 2012-10-24 01:16:08 +02:00
Jared Wein
1f4c21777f Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe
--HG--
extra : rebase_source : 9160314d39864c70cc94e9b08c007a14d2b2dca1
2012-10-21 17:25:19 -07:00
Mark Hammond
72b113fec3 Bug 804442 - update command Social:Toggle instead of social menu items directly. r=dao 2012-10-23 18:47:33 +11:00
Mark Hammond
765a2947f3 Bug 804416 - only use the social toolbar cache when the provider is active. r=felipe 2012-10-23 18:47:29 +11:00
Ehsan Akhgari
283f767815 Merge mozilla-central into mozilla-inbound 2012-10-22 17:05:46 -04:00
Richard Newman
71707b3cd4 Merge m-c to s-c. 2012-10-22 12:37:31 -07:00
Ryan VanderMeulen
9824047cfb Merge fx-team to m-c. 2012-10-20 17:15:57 -04:00
Phil Ringnalda
086ee1e0bd Merge mozilla-central to fx-team 2012-10-19 22:13:58 -07:00
Richard Newman
54b545d00a Merge m-c to s-c. 2012-10-18 23:55:56 -07:00
Richard Newman
453202527a Merge m-c to s-c. 2012-10-18 00:09:17 -07:00
Jared Wein
2ccf47f645 Bug 802394 - document.body is null when New Window is created. r=dao 2012-10-18 12:45:06 -07:00
Richard Newman
4cd1aaf32e Merge m-c to s-c. 2012-10-17 00:27:50 -07:00
Richard Newman
443d5a670c Merge m-c to s-c. 2012-10-14 01:01:00 -07:00
Oonishi Atsushi
34863fccc0 Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz 2012-10-13 13:20:55 -04:00
Georg Fritzsche
6288fe114b Bug 787619 - Test that click events on the C2P overlay don't trigger other handlers. r=jaws 2012-10-19 15:21:19 +02:00
Georg Fritzsche
73fb7845da Bug 787619 - Prevent clicks on the click-to-play placeholder triggering other handlers. r=jaws 2012-10-19 15:11:04 +02:00
Richard Newman
780994aa70 Merge m-c to s-c. 2012-10-12 11:47:24 -07:00
Jared Wein
53018f1f23 Bug 792503 followup, fix some code style issues and switch to for-of. r=dao
--HG--
extra : rebase_source : 0f0dbfccd50a1709c9b5643d89b53198aa0f5ade
2012-10-11 18:35:42 -07:00
Graeme McCutcheon
4c009832ed Bug 409624 - Sanitizer should clear findBar data. r=adw 2012-10-22 12:42:53 +01:00
Jared Wein
3ebdc66723 Backed out changeset d82e14184e9f (bug 801040) 2012-10-22 02:07:18 -07:00
Jared Wein
960615f051 Backed out changeset ca101d926240 (bug 787767) 2012-10-22 01:56:10 -07:00
Jared Wein
3ef7cd2d13 Bug 802784 - Possible to have two social panels open at once. r=mixedpuppy
--HG--
extra : rebase_source : 6946f326f48316c450dcc29ffc2925a8ec05c790
2012-10-21 17:28:37 -07:00
Jared Wein
c75503aa1f Bug 787767 - Implement runtime performance monitoring for Worker API abuse. r=felipe
--HG--
extra : rebase_source : 93e027809cc3f6ceb2939cb2e3919c3516d05be7
2012-10-21 17:26:11 -07:00
Jared Wein
ab05f33a1e Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe
--HG--
extra : rebase_source : 10fb7d2b1e29df264307b80967e60e4ba76dafa3
2012-10-21 17:25:19 -07:00
Richard Newman
5b2fc3d63a Merge m-c to s-c. 2012-10-10 10:17:33 -07:00
Richard Newman
60f5284bd9 Merge m-c to s-c. 2012-10-09 13:24:38 -07:00
Ryan VanderMeulen
41966d2d63 Backed out changeset b453dca73b1a (bug 801040) 2012-10-18 21:43:20 -04:00
Ryan VanderMeulen
195b174cb7 Backed out changeset 779550569432 (bug 787767) 2012-10-18 21:43:12 -04:00
Jared Wein
59569d94f6 Bug 787767 - Implement runtime performance warnings for Worker API abuse. r=felipe 2012-10-18 18:02:42 -07:00
Jared Wein
5275e5d8cb Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe 2012-10-18 18:00:38 -07:00
Mark Hammond
32bcdc8520 Bug 803006 - social sidebar width is now persisted between runs. r=felipe
--HG--
extra : rebase_source : fa25b829aa63ac4546ae72645987b656a893184f
2012-10-19 11:11:00 +11:00
Shane Caraveo
a03f8d4021 Bug 794640 - Clicking a link in social content panels should close the panel. r=gavin 2012-10-15 23:58:13 -07:00
Richard Newman
f3798b2e7c Merge m-c to s-c. 2012-10-08 17:08:01 -07:00
Graeme McCutcheon
356d161d92 Bug 736358 - Remove "Open Add-Ons Manager" button for restartless addons. r=bmcbride 2012-10-08 09:33:19 +01:00
Graeme McCutcheon
1462e7bb07 Bug 693029 - followup: fix another errant pair of quotes. 2012-10-08 09:32:16 +01:00
Richard Newman
b96dbba9a0 Merge m-c to s-c. 2012-10-06 13:25:29 -07:00
Richard Newman
dcd68cb3d6 Merge m-c to s-c. 2012-10-05 11:51:54 -07:00
Felipe Gomes
707670e46b Bug 796218. Mark initial social panels' docshells as inactive on creation. r=jaws 2012-10-05 17:22:09 -07:00
Mike Hommey
4b4d1c82da Bug 798437. Fix Social.jsm url in aboutSocialError.xhtml. r=felipe 2012-10-05 19:15:28 +02:00
Felipe Gomes
c8ac03ba96 Bug 766616. Watch for network errors in social panels and display proper error ui. r=gavin,jaws 2012-10-05 17:22:09 -07:00
Jared Wein
aa802d3aee Bug 797700 - Restrict height/width of ambient notification icons to 16x16. r=mixedpuppy 2012-10-05 13:06:39 -07:00
Jared Wein
ce1dfc9b32 Bug 792503 - Add a keyboard accessible menu for the SocialAPI ambient notification pages. r=markh 2012-10-11 18:21:50 -07:00
Frank Yan
21d4a1617e Bug 796909 - Part 2: Use 2x search engine logo on about:home in HiDPI mode. r=dolske 2012-10-04 22:28:04 -07:00
Frank Yan
7dd580eb2f Bug 796909 - Part 1: Use 2x images on about:home in HiDPI mode. r=dolske 2012-10-04 22:28:03 -07:00
Jesse Ruderman
51af2c917c Bug 797677 - getPluginInfo indexes into navigator.mimeTypes unsafely. r=keelerd,jaws 2012-10-04 22:17:27 -07:00
Mark Hammond
553e50ff3c Bug 796309 - callback must be invoked if same social chat url opened twice. r=mixedpuppy 2012-10-05 14:13:11 +10:00
Mark Hammond
0c77f7d61b Bug 796222 - create the social toolbar panel/iframe with a default width as a workaround for bug 793057. r=jaws 2012-10-05 14:00:53 +10:00
Richard Newman
397f079a43 Merge m-c to s-c. 2012-10-04 11:00:48 -07:00
Ed Morley
04b3c42269 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-04 16:18:25 +01:00
Richard Newman
78babe1c4b Merge m-c to s-c. 2012-10-04 07:34:14 -07:00
Panos Astithas
09681ca92a Merge m-c to fx-team 2012-10-04 09:54:25 +03:00
Richard Newman
739238c3ce Merge m-c to s-c. 2012-10-03 23:43:39 -07:00
OHZEKI Tetsuharu
b1f5762d25 Bug 772319 - Add an option to disable the "Close other tabs" prompt. r=dao 2012-10-05 11:50:30 -07:00
Shane Caraveo
4b1b47edee Bug 783605 - DOM full screen should disable social sidebar. r=jaws 2012-10-03 16:11:52 -07:00
Mark Hammond
cf391478cf Bug 797716 - improvements to the auto-resize code for social panels. r=felipe 2012-10-05 13:32:38 +10:00
Shane Caraveo
27c8046cd5 Bug 797134 - Right-clicking on the Social API ambient notification buttons opens the panel and context menu. r=jaws 2012-10-03 13:57:13 -07:00
Mark Hammond
c3033e0b47 Bug 798212 - social flyout may be horizontally misaligned after resizing. r=jaws 2012-10-08 17:14:55 +11:00
Gavin Sharp
9950e31ae4 Fix line endings in these tests, no bug
--HG--
extra : rebase_source : aad2a9b54a69182f75de437cf0f15316729ca64a
2012-10-09 14:44:49 +02:00
Graeme McCutcheon
d86717645b Bug 693029 - Followup - inconsistent quoting style sneaked in. DONTBUILD. 2012-10-05 12:17:57 +01:00
Graeme McCutcheon
3a27373f9a Bug 693029 - Don't check for disableFastFind attribute until we've got some of the document loaded. r=gavin 2012-10-05 11:56:22 +01:00
Jeff Muizelaar
07b8aa36d6 Bug 800031. Include paint time int tab switch telemetry. r=ehsan,dao,bjcaob
This adds a new FX_TAB_SWITCH_TOTAL_MS that should more accurately represent
the user experience of tab switch time than FX_TAB_SWITCH_UPDATE_MS.
FX_TAB_SWITCH_UPDATE_MS is being kept because it gives a good indication of how
much time is being spent in the front end parts vs the painting parts.

This works by measuring the time between beginTabSwitch() and the first call to
LayerManager::PostPresent().
2012-10-11 13:54:27 -04:00
Ehsan Akhgari
4355baabb6 Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm 2012-10-09 20:34:59 -04:00
Ed Morley
a2a48aea9e Backout 6e26bb277c64 (bug 799780), cb395ed2de20 (bug 799664), cd5679486c7b (bug 799526) for causing frequent failures in browser_bug400731.js 2012-10-11 15:00:05 +01:00
Theo Chevalier
7f379b8e3c Bug 741738 - Count impressions for each doorhanger notification type
r=mak
2012-10-11 11:48:33 +02:00
Mark Hammond
f72d85b6b9 Backout 83038b3ca98d (Bug 792503) due to orange on osx 2012-10-11 14:45:04 +11:00
Jared Wein
1fe5dcece1 Bug 792503 - Add a keyboard accessible menu for the SocialAPI ambient notification pages. r=markh 2012-10-10 19:32:10 -07:00
Ehsan Akhgari
9328aeb770 Bug 799780 - Remove gPrivateBrowsingUI.autoStarted and move that API to PrivateBrowsingUtils; r=jdm 2012-10-09 20:34:59 -04:00
Ehsan Akhgari
dded6844bb Bug 799001 - Part 3: Hook up about:privatebrowsing to load when opening a new private window; r=jdm
This page needs to be revamped later on to make sure that it fits the
new world!
2012-10-07 23:53:29 -04:00
Ehsan Akhgari
4f98fdefe4 Bug 799001 - Part 2: Hook up the per-window version of the gPrivateBrowsingUI object; r=dao 2012-10-07 23:30:32 -04:00
Ehsan Akhgari
46749778df Bug 799001 - Part 1: Hook up the menu item for opening a new private browsing window; r=dao ui-r=madhava 2012-10-07 23:15:41 -04:00
Josh Matthews
b2d5c0516f Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 15:33:54 -04:00
Richard Newman
2fff0687e5 Merge m-c to s-c. 2012-10-01 22:28:32 -07:00
Josh Matthews
1e9909c85a Backed out changeset 71a2a9d7618e 2012-10-03 13:12:12 -04:00
Josh Matthews
666487f922 Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan 2012-10-03 13:10:55 -04:00
Josh Matthews
1c61b4bca6 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Richard Newman
37c29dd883 Merge m-c to s-c. 2012-09-30 18:11:24 -07:00
Richard Newman
ec03846508 Merge m-c to s-c. 2012-09-29 00:59:43 -07:00
Gregory Szorc
b8381f7641 Merge mozilla-central into services-central 2012-09-26 17:00:19 -07:00
Gregory Szorc
eeec594b10 Merge mozilla-central into services-central 2012-09-26 09:56:41 -07:00
Mark Hammond
773b5e3971 Bug 793943 - add social api to close flyouts. r=mixedpuppy 2012-09-26 16:23:25 +10:00
Mark Hammond
3ba7143e85 Bug 792677 - dynamically adjust social panels as content changes. r=jaws 2012-09-26 16:22:38 +10:00
Ryan VanderMeulen
a76e94c127 Backout bug 792215 for suspected Windows m-oth leaks.
CLOSED TREE
2012-09-25 22:40:56 -04:00
Gavin Sharp
beb9bfa8c0 Bug 801951: update social provider manifest and whitelist, r=jaws
--HG--
extra : rebase_source : a9c4c5fa8ed2bb61e3ebc04775dc7e3ad31c3e8d
2012-10-15 17:27:48 -07:00
Mark Hammond
a7f7fb9d36 Bug 801080 - window.close should close social panels. r=felipe 2012-10-16 13:53:37 +11:00
Gregory Szorc
d80995d66c Merge mozilla-central into services-central 2012-09-25 11:00:01 -07:00
Mark Hammond
0730c6685f Bug 793935 - tests for closing social chat windows on logout. r=jaws 2012-09-26 09:32:27 +10:00
Phil Ringnalda
16e0947c04 Back out 85d6cbd01d39, 56fc051c1932, a2ad17b87332 (bug 781053) for OS X debug assertions and crashes
--HG--
extra : rebase_source : ab24a2f8e9eddcf33ea39344abb7afbf400bf6e0
2012-09-24 21:23:05 -07:00
Mark Hammond
5774b78216 Bug 791901 - social provider should provide more strings for the share popup. r=jaws 2012-09-25 13:54:34 +10:00