| Commit message (Expand) | Author | Age | Files | Lines |
* | Wires through didChangeScrollOffset so that it triggers saving content | sky@chromium.org | 2009-11-06 | 2 | -0/+5 |
* | Turn LocalStorage on by default. | jorlow@chromium.org | 2009-11-06 | 1 | -1/+1 |
* | add some histograms to extensions | erikkay@chromium.org | 2009-11-06 | 1 | -3/+15 |
* | Update the find result index "(m of n)" whenever there is an active selection... | johnnyg@chromium.org | 2009-11-06 | 1 | -1/+6 |
* | For Siggi, from http://codereview.chromium.org/375002/show | mad@chromium.org | 2009-11-06 | 1 | -3/+6 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 7 | -0/+933 |
* | Added support for --worker-startup-dialog command line flag. | atwilson@chromium.org | 2009-11-06 | 1 | -29/+1 |
* | Fourth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+1 |
* | Added support for --enable-shared-workers | atwilson@chromium.org | 2009-11-05 | 1 | -0/+5 |
* | Initial WebSharedWorkerImpl implementation | atwilson@chromium.org | 2009-11-05 | 6 | -14/+38 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 1 | -7/+8 |
* | Makes it so that we sync changes in content state more often for selected tab... | sky@chromium.org | 2009-11-05 | 5 | -27/+54 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 6 | -41/+33 |
* | TBR: mark@chromium.org | jeremy@chromium.org | 2009-11-05 | 1 | -4/+6 |
* | TBR:mark | jeremy@chromium.org | 2009-11-05 | 1 | -6/+4 |
* | Sandbox Worker process on the Mac. | jeremy@chromium.org | 2009-11-05 | 1 | -4/+6 |
* | Highlight node with mouse over it while selecting element to inspect | apavlov@chromium.org | 2009-11-05 | 2 | -7/+0 |
* | Enable WebSockets by default | ukai@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-11-05 | 1 | -0/+5 |
* | Enable the URL portion of storage events. This is mostly just plumbing + a h... | jorlow@chromium.org | 2009-11-05 | 5 | -17/+21 |
* | Revert "Added beginnings of browser-process support for shared workers." | atwilson@chromium.org | 2009-11-05 | 6 | -33/+41 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 6 | -41/+33 |
* | Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver. | scherkus@chromium.org | 2009-11-05 | 4 | -2/+169 |
* | SetVolume and GetVolume take one volume instead of separate left and right vo... | fbarchard@chromium.org | 2009-11-04 | 5 | -29/+21 |
* | Implement cancel() API on a Notification object so that script can cancel or ... | johnnyg@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | Introduce WebAccessibilityControllerImpl. | dglazkov@chromium.org | 2009-11-04 | 2 | -18/+29 |
* | Only enable the seccomp sandbox, if the machine actually has kernel support for | markus@chromium.org | 2009-11-04 | 1 | -1/+2 |
* | First half of http://codereview.chromium.org/274014/show | jorlow@chromium.org | 2009-11-04 | 4 | -10/+26 |
* | Add default implementations for WebViewClient and WebWidgetClient | darin@chromium.org | 2009-11-04 | 4 | -193/+1 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 3 | -24/+18 |
* | Fixes bug introduced during merging. | sky@chromium.org | 2009-11-04 | 1 | -1/+1 |
* | Changes session restore to use a normal load rather than preferring | sky@chromium.org | 2009-11-03 | 2 | -3/+49 |
* | Clean up extension message port data in the renderer. | mpcomplete@chromium.org | 2009-11-03 | 1 | -3/+18 |
* | Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl. | darin@chromium.org | 2009-11-03 | 3 | -10/+4 |
* | Fix autofill popups not closing when there are no suggestions. We have to cal... | avi@chromium.org | 2009-11-03 | 1 | -1/+1 |
* | Add the plumbing and test code for plugins opening files from the sandbox. This | brettw@chromium.org | 2009-11-03 | 2 | -1/+34 |
* | Chrome changes to extract the code from V8Proxy that special-cases | darin@chromium.org | 2009-11-03 | 3 | -10/+27 |
* | Re-commit "Add new user script injection point: | aa@chromium.org | 2009-11-03 | 5 | -22/+177 |
* | Revert r30784 | aa@chromium.org | 2009-11-03 | 5 | -177/+22 |
* | Add new user script injection point "document_idle" and make it the default. | aa@chromium.org | 2009-11-03 | 5 | -22/+177 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 2 | -14/+171 |
* | Avoid a CHECK when the modal_loop_pump_messages_event handle comes in as NULL... | jam@chromium.org | 2009-11-02 | 1 | -0/+5 |
* | Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe... | apatrick@google.com | 2009-11-02 | 1 | -0/+4 |
* | Purge memory for DBs in the renderer process. | pkasting@chromium.org | 2009-11-02 | 1 | -5/+15 |
* | Remove WebCore dependency from accessibility_controller. | dglazkov@chromium.org | 2009-11-02 | 1 | -1/+0 |
* | DevTools: support cross-navigation instrumentation. | pfeldman@chromium.org | 2009-11-02 | 2 | -10/+28 |
* | To facilitate apatrick's work on the 3D renderer for Pepper, | sehr@google.com | 2009-10-31 | 2 | -8/+10 |
* | linux: Fix build on Karmic | joel@chromium.org | 2009-10-31 | 1 | -1/+3 |
* | Change notification cmd line enabling to use the new RuntimeEnabledFeatures c... | johnnyg@chromium.org | 2009-10-31 | 1 | -0/+6 |
* | Show status bubble for links that have keyboard focus. | estade@chromium.org | 2009-10-30 | 3 | -4/+26 |