| Commit message (Expand) | Author | Age | Files | Lines |
* | Correction, and simplification of the javascript code to capture the screen-s... | twiz@chromium.org | 2010-04-26 | 1 | -20/+11 |
* | RenderView::UpdateTargetURL should not look at GURL::spec(). | dglazkov@chromium.org | 2010-04-26 | 3 | -1/+9 |
* | Send content settings based on the URL to the renderer instead of just the host. | jochen@chromium.org | 2010-04-23 | 4 | -33/+31 |
* | Implement app process model isolation. | mpcomplete@chromium.org | 2010-04-22 | 3 | -2/+67 |
* | AutoFill: Also use the form action to uniquely identify which form to fill in | jhawkins@chromium.org | 2010-04-22 | 2 | -2/+93 |
* | Adding the chromium implementation of the GLES2context class which | vangelis@chromium.org | 2010-04-22 | 2 | -0/+91 |
* | Add isGLES2Compliant() to command buffer implementation of WebGraphicsContext3D. | zmo@google.com | 2010-04-22 | 2 | -0/+6 |
* | AutoFill: Skip past empty strings when comparing form fields for filling. | jhawkins@chromium.org | 2010-04-21 | 2 | -0/+87 |
* | Make sure extensions work in single process mode. | arv@chromium.org | 2010-04-21 | 1 | -1/+3 |
* | Translate now supports translating pages for which we | jcivelli@google.com | 2010-04-20 | 5 | -55/+253 |
* | Use the same code to handle both overridable and fatal | wtc@chromium.org | 2010-04-20 | 3 | -47/+1 |
* | Give chrome-extension frames in regular renderers access to messaging APIs, | mpcomplete@chromium.org | 2010-04-19 | 7 | -9/+40 |
* | New experimental Pepper device API. | apatrick@chromium.org | 2010-04-16 | 2 | -2/+205 |
* | Mac: Refactor sandbox profiles to use a common base configuration file. | jeremy@chromium.org | 2010-04-16 | 1 | -25/+2 |
* | Add ability to manipulate DOM elements from the automation proxy. Rework the ... | kkania@chromium.org | 2010-04-16 | 1 | -55/+239 |
* | AutoFill: Skip past non-matching fields when filling out a form where the number | jhawkins@chromium.org | 2010-04-16 | 2 | -6/+241 |
* | Added --in-process-webgl command line argument to select the WebGL | kbr@google.com | 2010-04-16 | 1 | -4/+2 |
* | Changed WebGL to use GGL default back buffer instead of manually | kbr@google.com | 2010-04-15 | 2 | -92/+8 |
* | Fix length check in Silverlight background parsing | stuartmorgan@chromium.org | 2010-04-15 | 1 | -1/+1 |
* | Check for file/ftp directory listings before applying settings. | jochen@chromium.org | 2010-04-15 | 1 | -26/+37 |
* | Add an IME_CANCEL_COMPOSITION event. This is fired if | tony@chromium.org | 2010-04-15 | 1 | -3/+7 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 4 | -10/+11 |
* | Remove obsolete dragging functions. | estade@chromium.org | 2010-04-15 | 2 | -8/+0 |
* | Add chrome.tabs.getCurrent() api call to extensions. | rafaelw@chromium.org | 2010-04-14 | 1 | -1/+16 |
* | AutoFill: Two renderer-side fixes. | jhawkins@chromium.org | 2010-04-14 | 2 | -5/+8 |
* | Only mark Silverlight instances as transparent if they actually are | stuartmorgan@chromium.org | 2010-04-14 | 1 | -1/+29 |
* | Looping for audio / video | hclam@chromium.org | 2010-04-14 | 1 | -9/+6 |
* | Improve plugin performance on the Mac | stuartmorgan@chromium.org | 2010-04-14 | 1 | -7/+21 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-14 | 9 | -19/+60 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -0/+12 |
* | AutoFill: Use FormManager::LabelForElement to set the field label when querying | jhawkins@chromium.org | 2010-04-14 | 3 | -19/+27 |
* | Revert 44351 - Reland 44348 Add support for restricting broadcasting events t... | jochen@chromium.org | 2010-04-13 | 9 | -54/+19 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-13 | 9 | -19/+54 |
* | Revert 44348 - Add support for restricting broadcasting events to extensions ... | jochen@chromium.org | 2010-04-13 | 9 | -54/+19 |
* | Add support for restricting broadcasting events to extensions based on host p... | jochen@chromium.org | 2010-04-13 | 9 | -19/+54 |
* | Remove the use of the background transport for transparent Mac plugins. | stuartmorgan@chromium.org | 2010-04-12 | 1 | -2/+10 |
* | AutoFill: Use FormManager::WebFormControlElementToFormField directly instead of | jhawkins@chromium.org | 2010-04-12 | 1 | -13/+4 |
* | Remove obsolete MessageDestination parameter from postConsoleMessageToWorkerO... | mnaganov@chromium.org | 2010-04-12 | 1 | -2/+2 |
* | Linux: open shared memory in browser rather than renderer (like on mac). | estade@chromium.org | 2010-04-10 | 1 | -4/+4 |
* | Linux: fix printing somewhat. | estade@chromium.org | 2010-04-10 | 1 | -26/+7 |
* | AutoFill: Fill the default profile when the AutoFill accelerator combo is pre... | jhawkins@chromium.org | 2010-04-09 | 4 | -0/+19 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 3 | -7/+5 |
* | fixing bug in 2D context painted area pixel count computation | abetul@google.com | 2010-04-09 | 1 | -3/+5 |
* | Fix file names so that for browser tests the suffix is _browsertest. | phajdan.jr@chromium.org | 2010-04-09 | 1 | -0/+0 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 6 | -12/+78 |
* | AutoFill optimization for form label scraping. | dhollowa@chromium.org | 2010-04-09 | 2 | -13/+27 |
* | AutoFill: Delay sending the form field values to the AutoFillManager until th... | jhawkins@chromium.org | 2010-04-09 | 4 | -8/+19 |
* | AutoFill: Initiate AutoFill for all fields, not just the name field. | jhawkins@chromium.org | 2010-04-09 | 2 | -7/+7 |
* | AutoFill optimization for form label finding. | dhollowa@chromium.org | 2010-04-09 | 1 | -3/+16 |
* | Fix Pepper2D on the Mac so that it runs in the sandbox. Note that trusted | dspringer@google.com | 2010-04-08 | 5 | -18/+24 |