Jim Mathies
21bfde22c1
Bug 698371 - Fixup front-end callers and enable some thumbnail tests for e10s. r=dao
2014-10-18 09:09:32 -05:00
Jim Mathies
f4b0530c35
Bug 698371 - Move determineCropSize calls to the child for remote browsers. r=dao
2014-10-18 09:09:32 -05:00
Jim Mathies
dd646c1d81
Bug 698371 - Add async thumbnail support for remote browsers. r=dao
2014-10-18 09:09:32 -05:00
Jim Mathies
57a7dc5a9d
Bug 698371 - Move common PageThumbs code to PageThumbUtils. r=dao
2014-10-18 09:09:31 -05:00
Wes Kocher
402cf68291
Backed out 4 changesets (bug 698371) for e10s bc3 bustage
...
Backed out changeset 6c6d420a3acc (bug 698371)
Backed out changeset 81378dee5a62 (bug 698371)
Backed out changeset d004bfd7f706 (bug 698371)
Backed out changeset 17bbdeffa8a6 (bug 698371)
2014-10-17 18:33:34 -07:00
Jim Mathies
19b348ce43
Bug 698371 - Fixup front-end callers and enable some thumbnail tests for e10s. r=dao
2014-10-17 18:13:58 -05:00
Jim Mathies
40bf73a626
Bug 698371 - Move determineCropSize calls to the child for remote browsers. r=dao
2014-10-17 18:13:58 -05:00
Jim Mathies
017e4938e1
Bug 698371 - Add async thumbnail support for remote browsers. r=dao
2014-10-17 18:13:57 -05:00
Jim Mathies
76bce45730
Bug 698371 - Move common PageThumbs code to PageThumbUtils. r=dao
2014-10-17 18:13:57 -05:00
Andrea Marchesini
2ca496756f
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-08 17:15:22 +01:00
Ryan VanderMeulen
671d1a817e
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
...
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
0e29ce2ea6
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-07 15:20:52 +01:00
Christian Holler
6ec6416675
Bug 982600 - Disable tests that only make sense with crashreporter. r=markh
...
--HG--
extra : rebase_source : f67e498380f53cfe60a45431e300bc0937d2b6e9
2014-09-30 14:59:41 +02:00
Mark Hammond
85cfb0e12f
Bug 1066537 - avoid intermittent thumbnail orange. r=unfocused
2014-09-18 14:49:35 +10:00
Dão Gottwald
fd8355837c
Bug 1058237 - Ctrl-Tab previews should use the PageThumbs API. r=ttaubert
2014-09-03 19:14:01 +02:00
Tim Taubert
b4ec83fc6b
Bug 1046645 - Revert part of the first patch and remove URI_IS_LOCAL_FILE from PageThumbsProtocolHandler again
2014-09-02 12:23:39 -04:00
Tim Taubert
90719c0a10
Bug 1046645 - Mark moz-page-thumb:// as local resources to prevent mixed content warnings f=Mardak r=gavin
...
Mixed content warnings on valid https pages may sometimes occur when a thumbnail on about:newtab is refreshed while we're already transitioning to the new web page. The "insecure" request is counted as a subresource request towards the newly started load. If the new target is a https page this may result in a mixed content warning because nsSecureBrowserUI is dumb and can't tell the requests of the current and previous page loads apart.
2014-08-28 11:26:35 +02:00
Dão Gottwald
a38c8f71a5
Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw
2014-08-09 00:57:46 +02:00
Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Tom Schuster
9777274923
Bug 673569 - Let each frame script have its own scope (r=smaug)
2014-06-13 19:56:38 +02:00
Blair McBride
9ce0348c2e
Bug 1033972 - BackgroundPageThumbs.captureIfMissing() and PageThumbs.captureAndStoreIfStale() both incorrectly use PromiseWorker. r=adw
2014-07-07 14:28:00 +12:00
David Rajchenbach-Teller
f2d013d398
Bug 801598 - Making Thumbnails API use the now public PromiseWorker API. r=ttaubert
2014-06-28 12:06:00 +02:00
Blair McBride
7383b283fe
Bug 994915 - Part 2: Add error handling in BackgoundPageThumbs for invalid URLs. r=adw
2014-07-01 22:27:40 +12:00
David Rajchenbach-Teller
65ae4d536f
Bug 1008148 - Use AsyncShutdown for PageThumbsStorage.wipe(). r=ttaubert
2014-05-18 16:07:00 +02:00
Mark Hammond
526a80a249
Bug 916497 - PageThumbs no longer expires thumnails being tested to fix intermittent oranges. r=adw
2014-05-14 11:09:31 +10:00
Birunthan Mohanathas
f72f23253c
Bug 1003109 - Replace TaskUtils.spawn with Task.spawn. r=Yoric
2014-04-30 08:17:00 -04:00
Paolo Amadini
4abdff9652
Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-04-07 16:18:43 +02:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Gregory Szorc
5f7ff500d3
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Drew Willcoxon
48a297014c
Bug 809056 - Reduce thumbnailing impact by capturing and storing only top sites. r=markh
2014-01-07 12:59:18 -08:00
Wes Kocher
d779fe495a
Backed out changeset f552ce04bc36 (bug 809056) for m-bc orange
2014-01-08 22:02:28 -08:00
Drew Willcoxon
6b99010477
Bug 809056 - Reduce thumbnailing impact by capturing and storing only top sites. r=markh
2014-01-07 12:59:18 -08:00
Bill McCloskey
f833fb3bba
Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe)
2013-11-23 21:32:27 -08:00
Gregory Szorc
158ed8b3ec
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Drew Willcoxon
a634f7f7b9
Bug 923345 - Fix intermittent failure in test/browser_thumbnails_background_crash.js by splitting it up. r=markh
2013-12-09 19:52:51 -08:00
Drew Willcoxon
b6720baf84
Bug 914920 - Fix bug whereby about:newtab displays thumbnails from unrelated websites for some links. r=markh
2013-12-04 17:38:00 -08:00
Ryan VanderMeulen
3558ffd353
Backed out changesets e7aa50b69994, bc00eed50b7d, and 30a8127b9277 (bug 682048) for causing frequent B2G reftest timeouts.
...
CLOSED TREE
2013-12-03 22:44:28 -05:00
Bill McCloskey
76f6c41257
Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe)
2013-11-23 21:32:27 -08:00
Drew Willcoxon
ff2d891a7e
Bug 931889 - Split browser_thumbnails_background.js into multiple smaller files. r=markh
2013-11-21 17:38:17 -08:00
Tim Taubert
e63830d4b5
Bug 934207 - Add browser_thumbnails_background_crash.js to browser.ini r=jhammel,markh
...
From 866d4df33b0e9fd8b8a28eea4dfa690a10b7fa83 Mon Sep 17 00:00:00 2001
2013-11-02 20:35:38 +01:00
Ed Morley
cf9813a9ad
Bug 931889 - Disable browser_thumbnails_background.js on Linux for too many intermittent failures
2013-10-28 17:01:51 +00:00
Drew Willcoxon
313b0c24ef
Bug 927688 - Enable background thumbnailing on beta and release. r=markh,gps
2013-10-24 17:17:46 -07:00
Drew Willcoxon
ebdb383635
Bug 924665 - Fix bug whereby BackgroundPageThumbs captures can finish twice. r=markh
2013-10-09 10:13:03 -07:00
Drew Willcoxon
da4e388e10
Bug 924651 - Log crashes as a telemetry completion reason in BackgroundPageThumbs. r=markh,froydnj
2013-10-09 10:13:01 -07:00
Tim Abraldes
cb1a14e52c
bug 856977. Alert should not be possible from beforeunload. r=bbondy,bz
2013-10-08 14:00:12 -07:00
Gregory Szorc
b03f79a7e6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
eccf636a23
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Carsten "Tomcat" Book
974bf71c01
Merge m-c to mozilla-inbound
2013-09-23 14:00:40 +02:00
Christian Holler
4aa9c42130
Bug 915384 - use a longer timeout for browser_thumbnails_background. r=markh
2013-09-23 11:27:26 +02:00