| Commit message (Expand) | Author | Age | Files | Lines |
* | Provides API for passing in whether verbatim or predictive should be | sky@chromium.org | 2010-11-18 | 1 | -2/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-11-18 | 1 | -0/+1 |
* | Revert "Revert "Implement web app definition parsing."" | aa@chromium.org | 2010-11-17 | 1 | -2/+1 |
* | Revert "Implement web app definition parsing." | aa@chromium.org | 2010-11-17 | 1 | -1/+2 |
* | Implement web app definition parsing. | aa@chromium.org | 2010-11-17 | 1 | -2/+1 |
* | Handle resize corner layout entirely in the BrowserView (views) or BrowserWin... | alekseys@chromium.org | 2010-11-16 | 1 | -4/+0 |
* | Implement print preview tab controller. | kmadhusu@chromium.org | 2010-11-16 | 1 | -0/+22 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -25/+28 |
* | Revert 66214 - Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -28/+25 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -25/+28 |
* | Remove BlockedPluginManager entirely. It only existed to show infobars for b... | pkasting@chromium.org | 2010-11-12 | 1 | -22/+0 |
* | Allow verbatim to be passed in OnSearchBoxChange. | tonyg@chromium.org | 2010-11-08 | 1 | -1/+2 |
* | Implement onCompleted event for the webNavigation API | jochen@chromium.org | 2010-11-05 | 1 | -0/+9 |
* | Implement new SearchBox API along side existing API. | tonyg@chromium.org | 2010-11-04 | 1 | -4/+39 |
* | Implement onDOMContentLoaded event of the webNavigation API. | jochen@chromium.org | 2010-11-04 | 1 | -2/+2 |
* | Add UMA stats for saving/printing PDFs (the printing will be done through the... | jam@chromium.org | 2010-10-30 | 1 | -7/+0 |
* | Forward textfield focus event to the browser. | rjkroege@google.com | 2010-10-27 | 1 | -1/+15 |
* | Refactoring select popup on Mac. | jcivelli@google.com | 2010-10-26 | 1 | -0/+28 |
* | Refactor printing workflow to handle print preview. | kmadhusu@chromium.org | 2010-10-25 | 1 | -0/+30 |
* | dom-ui settings: Add setting for detault zoom level. | csilv@chromium.org | 2010-10-25 | 1 | -0/+4 |
* | Convert LOG(INFO) to VLOG(1) - chrome/browser/renderer_host/. | pkasting@chromium.org | 2010-10-23 | 1 | -6/+6 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -5/+3 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -3/+5 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Use CommandUpdater for disabling commands that were disabled by plugins. | jam@chromium.org | 2010-10-13 | 1 | -3/+4 |
* | Add a private pepper API for the pdf plugin to disable copy/print etc. This ... | jam@chromium.org | 2010-10-12 | 1 | -0/+5 |
* | Wire up InstallSearchProvider to allow setting the default search provider. | levin@chromium.org | 2010-10-11 | 1 | -3/+5 |
* | Fix handling of JS dialog suppressino during tab closing | stuartmorgan@chromium.org | 2010-10-07 | 1 | -7/+10 |
* | Implement the frame id required for the web navigation api. | jochen@chromium.org | 2010-10-05 | 1 | -5/+8 |
* | Adds RenderViewHost::ExecuteJavascriptInWebFrameNotifyResult which | sky@chromium.org | 2010-10-05 | 1 | -2/+25 |
* | Autofill browsertest | isherman@chromium.org | 2010-10-04 | 1 | -0/+18 |
* | Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ... | jam@chromium.org | 2010-10-01 | 1 | -4/+5 |
* | Couple of match preview changes. | sky@chromium.org | 2010-09-29 | 1 | -0/+16 |
* | Add renderer -> browser IPC: notify browser when the current URL is phishy. | bryner@chromium.org | 2010-09-28 | 1 | -0/+9 |
* | Change ChildProcessSecurityPolicy to store a list of allowed flags for | dumi@chromium.org | 2010-09-28 | 1 | -2/+2 |
* | Show Autofill tab page instead of the native one. | tfarina@chromium.org | 2010-09-26 | 1 | -6/+16 |
* | Support additional webkit accessibility notifications and states. | ctguil@chromium.org | 2010-09-25 | 1 | -29/+17 |
* | Autofill profile pop-up should trigger for mouse double-clicks | dhollowa@chromium.org | 2010-09-20 | 1 | -14/+0 |
* | Add support for webkit ValueChanged accessibility notification. | ctguil@chromium.org | 2010-09-16 | 1 | -19/+6 |
* | Fix in trunk. Null check view() in accessibility notifications | ctguil@chromium.org | 2010-09-14 | 1 | -3/+6 |
* | Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la... | isherman@chromium.org | 2010-09-14 | 1 | -4/+1 |
* | Fix SessionStorage | jorlow@chromium.org | 2010-09-14 | 1 | -3/+9 |
* | Adds a notification event for onload. I would have liked to plumb this | sky@chromium.org | 2010-09-11 | 1 | -2/+2 |
* | Plumbs through window.chrome.setSuggestResult. It's currently hidden behind a... | sky@chromium.org | 2010-09-10 | 1 | -0/+10 |
* | Input file type now supported in extension popups. | jcivelli@chromium.org | 2010-09-10 | 1 | -1/+1 |
* | Moving the code that disables accelerated compositing for chrome: and chrome-... | vangelis@chromium.org | 2010-09-08 | 1 | -7/+0 |
* | Reland 58601 - | nsylvain@chromium.org | 2010-09-07 | 1 | -0/+6 |
* | Revert 58601 - | nsylvain@chromium.org | 2010-09-07 | 1 | -6/+0 |
* | Fix a compile error which occurs on linux. | ananta@chromium.org | 2010-09-05 | 1 | -1/+1 |
* | Fix ChromeFrame tests which regressed due to the change to connect when navig... | ananta@chromium.org | 2010-09-05 | 1 | -1/+2 |