Commit Graph

6037 Commits

Author SHA1 Message Date
Ehsan Akhgari
92133d3f44 Bug 801151 - Make sure that favicon loads from tabs which are loading right near the end of a private browsing session do not into the non-private session; r=jdm 2012-10-12 19:36:46 -04:00
Ehsan Akhgari
8573276047 Bug 800854 - Make browser_bug400731.js more robust by registering the DOMContentLoaded handler at the right time; r=gcp 2012-10-12 12:07:25 -04:00
Josh Matthews
63a70580e2 Backout bug 723001. 2012-10-11 22:22:43 -04:00
Josh Matthews
d8b1739356 Backout bug 800669. 2012-10-11 22:21:43 -04:00
Ehsan Akhgari
41fdd92637 Bug 800669 - Remove use of nonexistent privateWindow property in search.xml. r=jdm 2012-10-11 18:35:00 -04:00
Josh Matthews
e79b6539a7 Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske 2012-10-11 21:04:56 -04:00
Trevor Saunders
53e4e1f193 bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
Ehsan Akhgari
c284f83c30 Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm 2012-10-09 16:46:53 -04:00
Ehsan Akhgari
ab1f0fe58a Bug 800394 - Force SafeBrowsing to be initialized in safebrowsing tests; r=gcp 2012-10-11 12:00:08 -04:00
Ehsan Akhgari
57e618e05b Bug 799526 - Split the private browsing browser-chrome test suite into three buckets to make it easier to transition to per-window private browsing; r=jdm 2012-10-09 09:27:44 -04:00
Ed Morley
0ab800be6e 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
Brian R. Bondy
8e28c3166e Bug 796038 - Default browser prompt shows even after setting defaults for Firefox from control panel. r=jimm 2012-10-05 10:17:30 -04:00
Brian R. Bondy
734fa2e292 Bug 798166 - Fix for defaults display problem after setting default depending on helper.exe speed. r=felipe 2012-10-05 10:17:24 -04:00
Ehsan Akhgari
64ed7c4a64 Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm 2012-10-09 16:46:53 -04:00
Ehsan Akhgari
6485c8ba17 Bug 799526 - Split the private browsing browser-chrome test suite into three buckets to make it easier to transition to per-window private browsing; r=jdm 2012-10-09 09:27:44 -04:00
Ehsan Akhgari
cca3c0c988 Bug 799229 - Move the ForgetAboutSite modules to toolkit; r=Mossop 2012-10-08 16:48:11 -04:00
Ehsan Akhgari
5cf1bb84f9 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
Mike Conley
6af1083b81 Bug 791569 - Toolkit Downloads window sometimes opens on first download even though the download button is visible. r=mak. 2012-10-10 16:12:56 -04:00
David Zbarsky
7bc4615075 Bug 797419 - Fix strict mode warnings in controller.js r=mak 2012-10-10 15:20:39 -04:00
Josh Matthews
3cd477f5ba Bug 795556 - Part 2: Move privacy status propagation for new windows into the platform. r=bz 2012-10-10 11:28:42 -04:00
Dão Gottwald
829bba91e6 Bug 799502 - Override the UA string for moodle to get the rich text editor rather than plain textareas. r=bz,felipe,gerv 2012-10-10 14:53:11 +02:00
Mike Conley
ca584729da Bug 773267 - The Downloads Panel flickers at the top left of the screen before anchoring to the Downloads button. r=mak77, f=paolo. 2012-10-09 13:45:51 -04:00
Gavin Sharp
44ec0d62f3 Fix line endings in these tests, no bug 2012-10-09 14:44:49 +02:00
Ehsan Akhgari
46ecde5c63 Bug 799126 - Rename ClearRecentHistory to ForgetAboutSite; r=jdm 2012-10-08 11:55:41 -04:00
Ehsan Akhgari
b8d5d66e67 Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Dão Gottwald
18be2b1196 Bug 729522: Implement navigator.getUserMedia() permission UI; r=dolske,ui-r=boriss 2012-10-05 02:37:00 -07:00
Vladimir Vukicevic
dd3c90d18e b=797975, disable browser_tabview_bug587503 test 4 because it's fragile 2012-10-04 19:58:09 -04:00
Josh Matthews
ddc698df44 Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
1fd22c60bb Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE. 2012-10-04 19:34:19 -04:00
Josh Matthews
92d64e2b43 Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Ehsan Akhgari
4b3e52c721 Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm 2012-10-03 11:29:10 -04:00
OHZEKI Tetsuharu
9fd05d40e9 Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak 2012-10-03 18:19:23 -04:00
Josh Matthews
a6d9debc97 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Ed Morley
4e18c0cfe9 Bug 765389 - Disable browser_461743.js for frequent timeouts 2012-10-03 11:49:40 +01:00
Ed Morley
4ca64a5133 Bug 766044 - Disable browser_459906.js for frequent intermittent failures 2012-10-03 11:46:44 +01:00
Dão Gottwald
a0954e9e18 Bug 783273 - Work around doGetPlacesControllerForCommand being called while the browser window is already closed (fixes intermittently failing browser_350525.js and browser_bug734076.js). r=mak 2012-10-03 12:23:05 +02:00
Ehsan Akhgari
8b0fca704d Bug 795015 - Set the initial state of the per-docshell private browsing flag based on the state of the global PB service; r=jdm,bzbarsky 2012-09-30 21:55:42 -04:00
Ed Morley
50891613c6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-29 00:08:58 +01:00
Tim Taubert
9a4c873209 merge m-c to fx-team 2012-09-28 18:59:01 +02:00
Raymond Lee
b54a0ce0b3 Bug 762966 - reset homepage pref for users who have it set to google.com/firefox r=dao 2012-09-27 20:57:39 +08:00
Andres Hernandez
71d403c361 Bug 732874 - Telemetry stopwatch: key was already initialized errors in logs. r=felipc 2012-09-26 14:21:28 -06:00
Tim Taubert
e8468450ad Bug 794804 - part 2 - add tests for thumbnails expiration; r=yoric 2012-09-28 10:42:32 +02:00
Tim Taubert
9578726327 Bug 794804 - part 1 - minimize chrome/worker communication when expiring thumbnails; r=yoric 2012-09-28 10:42:13 +02:00
Tim Taubert
57371ca294 Bug 789102 - Split browser_586068-cascaded_restore.js into multiple tests; r=felipe 2012-09-28 10:42:01 +02:00
Pascal Chevrel
3ec1988505 Bug 782779 - Using simple quotes for GroupItem's placeholder breaks some localized strings; r=ttaubert 2012-09-26 16:25:20 +02:00
Tim Taubert
94669f6c18 Backed out changeset c671314ef408 (bug 789003) 2012-09-26 15:07:05 +02:00
Ed Morley
ed4fe023b5 Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE 2012-09-27 16:34:46 +01:00
Monica Chew
5a64f5cb5e Bug 770705 - Changes to about:permissions to expose ALLOW_FIRST_PARTY_ONLY as a site specific cookie pref. r=margaret 2012-09-24 16:20:00 -07:00
Phil Ringnalda
32d8b7fae7 Bug 789003 - ignoreAllUncaughtExceptions() in browser_586068-cascaded_restore.js, since we certainly do 2012-09-23 15:50:29 -07:00
Yosy
3982ffb3e1 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00