summaryrefslogtreecommitdiffstats
path: root/content/worker
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated overload of openFileSystem for workers.adamk@chromium.org2011-03-252-12/+0
| | | | | | | | | | See https://bugs.webkit.org/show_bug.cgi?id=57062 for the WebKit side of this change, but note that the changes are safe to submit in any order. Review URL: http://codereview.chromium.org/6736012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79435 0039d316-1c4b-4281-b951-d872f2087c98
* Run the Worker tests for resolveLocalFileSystemURL that were addedadamk@chromium.org2011-03-251-0/+39
| | | | | | | | | | | | | in http://trac.webkit.org/changeset/81640. Includes updates to the testing framework to mirror the way NRWT runs HTTP tests. R=michaeln@chromium.org Review URL: http://codereview.chromium.org/6727001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79434 0039d316-1c4b-4281-b951-d872f2087c98
* If --disable-webgl is passed, continue to return null fromkbr@chromium.org2011-03-231-4/+0
| | | | | | | | | | | | | | | | | | Canvas.getContext("webgl"), but leave WebGLRenderingContext and related properties on the DOMWindow. Blacklisting of certain GPUs is resulting in reports that the browser doesn't support WebGL, when in reality only the graphics card doesn't. An upstream WebKit patch will follow this one removing the WebGL switch from WebRuntimeFeatures and removing the EnabledAtRuntime extended attribute from these properties. BUG=77110 TEST=none (verified manually) R=tony@chromium.org,darin@chromium.org,arv@chromium.org Review URL: http://codereview.chromium.org/6705015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79160 0039d316-1c4b-4281-b951-d872f2087c98
* Plumbing to support loading from the "most appropriate" appcache.michaeln@google.com2011-03-212-7/+29
| | | | | | | BUG=68479 Review URL: http://codereview.chromium.org/6667057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78934 0039d316-1c4b-4281-b951-d872f2087c98
* Mark WorkerTest.WorkerNavigator as flaky.ericu@google.com2011-03-161-1/+2
| | | | | | | | | TEST=none BUG=76426 Review URL: http://codereview.chromium.org/6677084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78413 0039d316-1c4b-4281-b951-d872f2087c98
* Make ContentBrowserClient not be owned by ContentClient, so that the latter ↵jam@chromium.org2011-03-151-1/+1
| | | | | | | | doesn't have to include a header from the former. Also tighten up DEPS checking so that we ensure that content\common doesn't depend on any other content directory. Review URL: http://codereview.chromium.org/6695029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78273 0039d316-1c4b-4281-b951-d872f2087c98
* Move worker code from chrome\worker to content\worker.jam@chromium.org2011-03-1417-0/+2086
TBR=atwilson Review URL: http://codereview.chromium.org/6691004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78039 0039d316-1c4b-4281-b951-d872f2087c98