Ehsan Akhgari
|
a5e1d4aa7d
|
Backout changeset 7c1a923bea13 (bug 649537) because of mochitest-3 and mochitest-oth oranges
|
2011-07-12 14:25:53 -04:00 |
|
Ben Turner
|
d77fe79334
|
Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap.
--HG--
rename : dom/src/threads/Makefile.in => dom/workers/Makefile.in
rename : dom/src/threads/test/Makefile.in => dom/workers/test/Makefile.in
rename : dom/src/threads/test/WorkerTest.jsm => dom/workers/test/WorkerTest.jsm
rename : dom/src/threads/test/WorkerTest_badworker.js => dom/workers/test/WorkerTest_badworker.js
rename : dom/src/threads/test/WorkerTest_subworker.js => dom/workers/test/WorkerTest_subworker.js
rename : dom/src/threads/test/WorkerTest_worker.js => dom/workers/test/WorkerTest_worker.js
rename : dom/src/threads/test/atob_worker.js => dom/workers/test/atob_worker.js
rename : dom/src/threads/test/chromeWorker_subworker.js => dom/workers/test/chromeWorker_subworker.js
rename : dom/src/threads/test/chromeWorker_worker.js => dom/workers/test/chromeWorker_worker.js
rename : dom/src/threads/test/closeOnGC_server.sjs => dom/workers/test/closeOnGC_server.sjs
rename : dom/src/threads/test/closeOnGC_worker.js => dom/workers/test/closeOnGC_worker.js
rename : dom/src/threads/test/close_worker.js => dom/workers/test/close_worker.js
rename : dom/src/threads/test/fibonacci_worker.js => dom/workers/test/fibonacci_worker.js
rename : dom/src/threads/test/importScripts_worker.js => dom/workers/test/importScripts_worker.js
rename : dom/src/threads/test/importScripts_worker_imported1.js => dom/workers/test/importScripts_worker_imported1.js
rename : dom/src/threads/test/importScripts_worker_imported2.js => dom/workers/test/importScripts_worker_imported2.js
rename : dom/src/threads/test/importScripts_worker_imported3.js => dom/workers/test/importScripts_worker_imported3.js
rename : dom/src/threads/test/importScripts_worker_imported4.js => dom/workers/test/importScripts_worker_imported4.js
rename : dom/src/threads/test/json_worker.js => dom/workers/test/json_worker.js
rename : dom/src/threads/test/location_worker.js => dom/workers/test/location_worker.js
rename : dom/src/threads/test/longThread_worker.js => dom/workers/test/longThread_worker.js
rename : dom/src/threads/test/navigator_worker.js => dom/workers/test/navigator_worker.js
rename : dom/src/threads/test/newError_worker.js => dom/workers/test/newError_worker.js
rename : dom/src/threads/test/recursion_worker.js => dom/workers/test/recursion_worker.js
rename : dom/src/threads/test/relativeLoad_import.js => dom/workers/test/relativeLoad_import.js
rename : dom/src/threads/test/relativeLoad_sub_import.js => dom/workers/test/relativeLoad_sub_import.js
rename : dom/src/threads/test/relativeLoad_sub_worker.js => dom/workers/test/relativeLoad_sub_worker.js
rename : dom/src/threads/test/relativeLoad_sub_worker2.js => dom/workers/test/relativeLoad_sub_worker2.js
rename : dom/src/threads/test/relativeLoad_worker.js => dom/workers/test/relativeLoad_worker.js
rename : dom/src/threads/test/relativeLoad_worker2.js => dom/workers/test/relativeLoad_worker2.js
rename : dom/src/threads/test/simpleThread_worker.js => dom/workers/test/simpleThread_worker.js
rename : dom/src/threads/test/suspend_iframe.html => dom/workers/test/suspend_iframe.html
rename : dom/src/threads/test/suspend_worker.js => dom/workers/test/suspend_worker.js
rename : dom/src/threads/test/terminate_worker.js => dom/workers/test/terminate_worker.js
rename : dom/src/threads/test/testXHR.txt => dom/workers/test/testXHR.txt
rename : dom/src/threads/test/test_404.html => dom/workers/test/test_404.html
rename : dom/src/threads/test/test_atob.html => dom/workers/test/test_atob.html
rename : dom/src/threads/test/test_chromeWorker.html => dom/workers/test/test_chromeWorker.html
rename : dom/src/threads/test/test_chromeWorker.xul => dom/workers/test/test_chromeWorker.xul
rename : dom/src/threads/test/test_chromeWorkerJSM.xul => dom/workers/test/test_chromeWorkerJSM.xul
rename : dom/src/threads/test/test_close.html => dom/workers/test/test_close.html
rename : dom/src/threads/test/test_closeOnGC.html => dom/workers/test/test_closeOnGC.html
rename : dom/src/threads/test/test_errorPropagation.html => dom/workers/test/test_errorPropagation.html
rename : dom/src/threads/test/test_fibonacci.html => dom/workers/test/test_fibonacci.html
rename : dom/src/threads/test/test_importScripts.html => dom/workers/test/test_importScripts.html
rename : dom/src/threads/test/test_json.html => dom/workers/test/test_json.html
rename : dom/src/threads/test/test_location.html => dom/workers/test/test_location.html
rename : dom/src/threads/test/test_longThread.html => dom/workers/test/test_longThread.html
rename : dom/src/threads/test/test_navigator.html => dom/workers/test/test_navigator.html
rename : dom/src/threads/test/test_newError.html => dom/workers/test/test_newError.html
rename : dom/src/threads/test/test_recursion.html => dom/workers/test/test_recursion.html
rename : dom/src/threads/test/test_relativeLoad.html => dom/workers/test/test_relativeLoad.html
rename : dom/src/threads/test/test_simpleThread.html => dom/workers/test/test_simpleThread.html
rename : dom/src/threads/test/test_suspend.html => dom/workers/test/test_suspend.html
rename : dom/src/threads/test/test_terminate.html => dom/workers/test/test_terminate.html
rename : dom/src/threads/test/test_threadErrors.html => dom/workers/test/test_threadErrors.html
rename : dom/src/threads/test/test_threadTimeouts.html => dom/workers/test/test_threadTimeouts.html
rename : dom/src/threads/test/test_throwingOnerror.html => dom/workers/test/test_throwingOnerror.html
rename : dom/src/threads/test/test_xhr.html => dom/workers/test/test_xhr.html
rename : dom/src/threads/test/test_xhrAbort.html => dom/workers/test/test_xhrAbort.html
rename : dom/src/threads/test/threadErrors_worker1.js => dom/workers/test/threadErrors_worker1.js
rename : dom/src/threads/test/threadErrors_worker2.js => dom/workers/test/threadErrors_worker2.js
rename : dom/src/threads/test/threadErrors_worker3.js => dom/workers/test/threadErrors_worker3.js
rename : dom/src/threads/test/threadErrors_worker4.js => dom/workers/test/threadErrors_worker4.js
rename : dom/src/threads/test/threadTimeouts_worker.js => dom/workers/test/threadTimeouts_worker.js
rename : dom/src/threads/test/throwingOnerror_worker.js => dom/workers/test/throwingOnerror_worker.js
rename : dom/src/threads/test/xhrAbort_worker.js => dom/workers/test/xhrAbort_worker.js
rename : dom/src/threads/test/xhr_worker.js => dom/workers/test/xhr_worker.js
|
2011-07-12 12:32:14 -04:00 |
|
Patrick McManus
|
039573fbff
|
bug 662692 - Do not allow mixed-content WebSockets r=smaug
|
2011-07-10 12:31:41 -04:00 |
|
Felipe Gomes
|
702ac0a471
|
Bug 663038. Set some preferences for e10s builds. r=dolske
|
2011-06-22 13:43:09 -07:00 |
|
Nicholas Nethercote
|
14e0e78adc
|
Bug 653627 - Don't use char** in nsIMemoryReporter. r=khuey, sr=bz.
|
2011-07-08 12:45:16 +10:00 |
|
Justin Lebar
|
f2c83b0aa6
|
Bug 669346 - Don't force two GCs on memory pressure on Android. r=mfinkle,bz
|
2011-07-07 14:27:07 -04:00 |
|
Masayuki Nakano
|
35028f63a8
|
Bug 552707 While we're expanding selection by dragging, the selection root element should capture mouse events and all scrollable elements should be scrollable r=roc+smaug, ui=faaborg
|
2011-07-06 11:16:18 +09:00 |
|
Joe Drew
|
c6606bb858
|
Bug 619048 - Some "zero" (really max) height and width .ico files as crashtests. r=jrmuizel
The fact that these are interpreted as zero-size is bug 668068.
|
2011-07-01 13:08:19 -04:00 |
|
Joe Drew
|
6953ba8be8
|
Bug 619048 - Correctly reject zero-height and zero-width images. r=jrmuizel
|
2011-07-01 13:03:47 -04:00 |
|
Joe Drew
|
e45da523d9
|
Bug 552605 - Tests to make sure a URI always maps to the same image in the same document, even when loaded with cache-control: no-cache. r=bz
|
2011-07-01 13:03:45 -04:00 |
|
Joe Drew
|
3482c8aee5
|
Bug 552605 - Write tests to make sure we reload images that are redirected with a Cache-Control: no-cache header. r=bz
|
2011-07-01 13:03:43 -04:00 |
|
Joe Drew
|
7c7458d595
|
Bug 552605 - Rely on the necko cache to validate all cache-control headers rather than asking for it to load only if modified. This makes it so we don't have to implement HTTP cache-control correctness on redirects ourselves. r=jrmuizel
|
2011-07-01 13:03:42 -04:00 |
|
Joe Drew
|
24059b37ef
|
Bug 552605 - imgRequest::mKeyURI and mURI are now the same because we don't change the cache on redirect. Let's keep track of the current URI instead. r=jrmuizel
|
2011-07-01 13:03:40 -04:00 |
|
Joe Drew
|
0791575aad
|
Bug 552605 - Keep track of all redirects when validating cache entries, so we make sure cache headers are always kept track of. r=jrmuizel
|
2011-07-01 13:03:38 -04:00 |
|
Joe Drew
|
5993e61297
|
Bug 552605 - check for file:// scheme in SetCacheValidation rather than on cache entry construction, so we don't have to have the URI when constructing cache entries. r=jrmuizel
|
2011-07-01 13:03:37 -04:00 |
|
Joe Drew
|
af0edfed5b
|
Bug 552605 - Change "must validate if expired" to "must always validate" in the image cache, to fit with the spirit of the HTTP spec. r=jrmuizel f=bz
|
2011-07-01 13:03:35 -04:00 |
|
Joe Drew
|
c6c4fb328a
|
Bug 552605 - Set cache expiry and validation on both OnStartRequest and OnRedirectVerifyCallback so that our image cache entries have the union of all cache headers. r=jrmuizel
|
2011-07-01 13:03:33 -04:00 |
|
Joe Drew
|
de61bfdcd4
|
Bug 552605 - Keep images in the image cache based on their original URI, not the URI they're redirected to. r=jrmuizel
|
2011-07-01 13:03:32 -04:00 |
|
Joe Drew
|
2a4e32e300
|
Bug 552605 - Fix some whitespace issues that crept in. r=jrmuizel
|
2011-07-01 13:03:30 -04:00 |
|
Marco Bonardo
|
a9a00aa598
|
Merge backout on a CLOSED TREE
|
2011-07-01 18:09:06 +02:00 |
|
Marco Bonardo
|
8ee34defda
|
Backout bug 552605 and bug 619048 due to increase in random failures in reftests on a CLOSED TREE
|
2011-07-01 18:08:24 +02:00 |
|
Makoto Kato
|
e16e58937a
|
Bug 413019 - Remove PGO workaround for some modules. r=ted
|
2011-07-01 12:46:02 +09:00 |
|
Joe Drew
|
dafb1c73cf
|
Bug 552605 - Some "zero" (really max) height and width .ico files as crashtests. r=jrmuizel
The fact that these are interpreted as zero-size is bug 668068.
|
2011-06-30 21:58:41 -04:00 |
|
Joe Drew
|
465430b320
|
Bug 619048 - Correctly reject zero-height and zero-width images. r=jrmuizel
|
2011-06-30 21:58:40 -04:00 |
|
Joe Drew
|
c75f3afd6e
|
Bug 552605 - Tests to make sure a URI always maps to the same image in the same document, even when loaded with cache-control: no-cache. r=bz
|
2011-06-30 21:58:38 -04:00 |
|
Joe Drew
|
c32bb8010a
|
Bug 552605 - Write tests to make sure we reload images that are redirected with a Cache-Control: no-cache header. r=bz
|
2011-06-30 21:58:36 -04:00 |
|
Joe Drew
|
9084147b6f
|
Bug 552605 - Rely on the necko cache to validate all cache-control headers rather than asking for it to load only if modified. This makes it so we don't have to implement HTTP cache-control correctness on redirects ourselves. r=jrmuizel
|
2011-06-30 21:58:34 -04:00 |
|
Joe Drew
|
d54ba87f32
|
Bug 552605 - imgRequest::mKeyURI and mURI are now the same because we don't change the cache on redirect. Let's keep track of the current URI instead. r=jrmuizel
|
2011-06-30 21:58:33 -04:00 |
|
Joe Drew
|
c315bfbb99
|
Bug 552605 - Keep track of all redirects when validating cache entries, so we make sure cache headers are always kept track of. r=jrmuizel
|
2011-06-30 21:58:31 -04:00 |
|
Joe Drew
|
7622e1d969
|
Bug 552605 - check for file:// scheme in SetCacheValidation rather than on cache entry construction, so we don't have to have the URI when constructing cache entries. r=jrmuizel
|
2011-06-30 21:58:30 -04:00 |
|
Joe Drew
|
25f3a4bfd7
|
Bug 552605 - Change "must validate if expired" to "must always validate" in the image cache, to fit with the spirit of the HTTP spec. r=jrmuizel f=bz
|
2011-06-30 21:58:28 -04:00 |
|
Joe Drew
|
26fb3ef272
|
Bug 552605 - Set cache expiry and validation on both OnStartRequest and OnRedirectVerifyCallback so that our image cache entries have the union of all cache headers. r=jrmuizel
|
2011-06-30 21:58:26 -04:00 |
|
Joe Drew
|
5485099dfb
|
Bug 552605 - Keep images in the image cache based on their original URI, not the URI they're redirected to. r=jrmuizel
|
2011-06-30 21:58:25 -04:00 |
|
Joe Drew
|
1539151373
|
Bug 552605 - Fix some whitespace issues that crept in. r=jrmuizel
|
2011-06-30 21:58:23 -04:00 |
|
Justin Lebar
|
d782c6d4dd
|
Bug 666317 - Discard decoded images on a memory-pressure notification. r=joe
|
2011-06-30 17:13:56 -04:00 |
|
Jonathan Kew
|
e9e59d071d
|
bug 663688 - back out changeset c4b84b05c46c to revert the workaround that disabled downloadable fonts on Lion. r=jdaggett
|
2011-06-29 14:16:12 +01:00 |
|
Justin Lebar
|
5daed65b45
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
|
2011-06-16 14:34:09 -04:00 |
|
bjarne@runitsoft.com
|
8cbce8439c
|
Bug 650995 - Support max_entry_size prefs for disk & memory cache, r=michal.novotny
|
2011-06-27 14:21:15 +02:00 |
|
Matt Brubeck
|
23b2d18bb6
|
Merge mozilla-central to mozilla-inbound
|
2011-06-25 19:43:57 -07:00 |
|
Patrick McManus
|
d42343f0f5
|
bug 664305 - websocket max connection limitation r=biesi
--HG--
extra : rebase_source : 7229d30f28b529c0fe7f22277a21c9a0f007d14d
|
2011-06-25 14:28:27 -04:00 |
|
Kyle Huey
|
2426689ee4
|
Merge b-s to m-c
|
2011-06-25 10:13:14 -07:00 |
|
Kyle Huey
|
d14417672c
|
Bug 664495: Cleanup a duplicated function in imgLoader.cpp. r=joe
|
2011-06-24 07:22:33 -07:00 |
|
Marco Bonardo
|
da3f6b77ac
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
|
Kyle Huey
|
0823d6503e
|
Bug 664495: Cleanup a duplicated function in imgLoader.cpp. r=joe
|
2011-06-24 07:22:33 -07:00 |
|
Igor Bazarny
|
3885bce98f
|
bug 570341 Initial implementation of web timing specification
r=smaug sr=biesi
|
2011-06-23 12:39:48 +02:00 |
|
Taras Glek
|
277e1d39a6
|
Bug 666307 - update zip telemetry r=mwu
|
2011-06-22 10:24:17 -07:00 |
|
Ed Morley
|
ef0354804a
|
Bug 665582 - Fix unused variable warning in nsIconChannel.cpp; r=joedrew
--HG--
extra : rebase_source : 65e449aa4dddab9c51862f591dd212851506b50c
|
2011-06-22 12:00:27 -04:00 |
|
Ed Morley
|
0a6da6c408
|
Bug 665388 - Remove unused variable rv from imgLoader::Init; r=joedrew
--HG--
extra : rebase_source : c77c9dea614b89265e9a0bf481dc070237c675f9
|
2011-06-22 12:00:04 -04:00 |
|
Frédéric Wang
|
5fb987e7a5
|
Bug 407439 - Support for Asana Math font in MathML (add in pref). r=karlt
--HG--
extra : rebase_source : ac0adbd039b28a50ff1e8297a9e3aa53b5fe6c8a
|
2011-06-22 11:49:41 -04:00 |
|
Masayuki Nakano
|
94f0f12f0c
|
Bug 664917 Add Preferences API for getting default pref values r=roc, feedback=bz
|
2011-06-22 15:39:10 +09:00 |
|