summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webkitclient_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-13/+13
* Implement renderer AudioDevice API for low-latency audio outputcrogers@google.com2011-01-151-0/+14
* Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback.kbr@google.com2011-01-121-1/+1
* Move the in-process WebGL implementation from the WebKit to thekbr@google.com2011-01-111-2/+3
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-131-8/+11
* Updated comment to remove expectation thatkbr@google.com2010-11-111-2/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Implements filesystem integration with devtools. Implements a functionality t...kkanetkar@chromium.org2010-10-291-0/+8
* Support file utilities and mime-related methods on workers.kinuko@chromium.org2010-10-151-2/+4
* Deleted WebGLES2ContextImpl and references to it and WebGLES2Context.kbr@google.com2010-09-211-10/+0
* Land http://codereview.chromium.org/3167045/showjorlow@chromium.org2010-09-051-0/+19
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-271-0/+11
* Add WebFileSystemImpl and 2nd cut of IPC plumbing code for Move operation.kinuko@chromium.org2010-08-251-0/+10
* Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes.kinuko@chromium.org2010-08-181-10/+10
* When running in single process mode, the sandbox is off. Tell the file syste...jorlow@chromium.org2010-08-111-0/+1
* Remove wstring-ness from some more locale variables.evan@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-301-8/+8
* Header cleanup in chrome/renderer/.erg@google.com2010-07-281-6/+71
* Remove incorrect usages of USE_SYSTEM_SQLITE.tfarina@chromium.org2010-07-191-6/+0
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-2/+3
* Re-commit r50321 after rollback.jeremy@chromium.org2010-06-201-5/+34
* Revert "Mac: Infrastructure for serialization of OS fonts over IPC."jeremy@chromium.org2010-06-201-34/+5
* Mac: Infrastructure for serialization of OS fonts over IPC.jeremy@chromium.org2010-06-201-5/+34
* Wire sending/receiving cacheable metadata from the renderertonyg@chromium.org2010-05-181-0/+27
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-0/+22
* Fix the problem that FileReader does not work on Mac/Linux. The fixjianli@chromium.org2010-05-141-6/+4
* Adding a method to RendererWebKitClientImpl to create a GLES2Context.vangelis@chromium.org2010-05-131-0/+10
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-121-4/+2
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-061-24/+52
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Cleanup: Rename OnLoadFont->OnPreCacheFontjeremy@chromium.org2010-04-291-1/+1
* Added --in-process-webgl command line argument to select the WebGLkbr@google.com2010-04-161-4/+2
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-10/+0
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-1/+0
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-021-47/+10
* Added command buffer implementation of WebGL which runs in the sandbox.kbr@google.com2010-03-271-0/+19
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-0/+15
* Implement WebCookieJar.darin@chromium.org2010-02-251-99/+5
* Only pump messages during a cookie query if it results in a user prompt.darin@chromium.org2010-02-241-3/+21
* Revert 39732 due to reliability bot failures.darin@chromium.org2010-02-231-16/+0
* Notify when database access is blocked due to content settings.jochen@chromium.org2010-02-231-0/+16
* Revert back to using Send for now.darin@chromium.org2010-02-231-6/+4
* Suppress calls to willEnter/didExitModalLoop to avoid deferring resource loadsdarin@chromium.org2010-02-231-0/+6
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-5/+1
* WebKit roll 55080:55089agl@chromium.org2010-02-221-0/+5
* Verify that SendAndRunNestedMessageLoop is the source of the Intl2darin@chromium.org2010-02-201-1/+5
* Modal loops of joy.darin@chromium.org2010-02-181-11/+17
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-121-4/+18