| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 120103 - Don't show the app error page for bookmark apps. | mihaip@chromium.org | 2012-03-02 | 1 | -1/+1 |
* | Merge mixed content warnings only on select domains to m18 | tsepez@chromium.org | 2012-02-28 | 1 | -1/+1 |
* | Merge 122326 - Move socket API restriction check to browser process | dpolukhin@chromium.org | 2012-02-28 | 2 | -27/+0 |
* | Merge 122166 - Display an interstitial for weak key errors. | agl@chromium.org | 2012-02-21 | 1 | -0/+1 |
* | Merge 122004 - Remove support for "chrome.self" in manifest version 2. | kalman@chromium.org | 2012-02-17 | 2 | -5/+4 |
* | Revert 119770 - Event pages: remember events that the page registered for, ev... | mpcomplete@chromium.org | 2012-02-07 | 1 | -12/+1 |
* | Merge 120087 - Handle NULL load_event_start. | dominich@google.com | 2012-02-01 | 1 | -9/+20 |
* | Put the Extension Storage API back under experimental until the next release. | kalman@chromium.org | 2012-01-31 | 3 | -4/+4 |
* | Event pages: remember events that the page registered for, even after it | mpcomplete@chromium.org | 2012-01-30 | 1 | -1/+12 |
* | Migrate options/preferences terminology to 'Settings'. | csilv@chromium.org | 2012-01-30 | 1 | -2/+2 |
* | Remove support for some deprecated APIs in manifest version 2. | aa@chromium.org | 2012-01-29 | 8 | -27/+65 |
* | Add Access-Control-Allow-Origin: * header for extension resources specificall... | cdn@chromium.org | 2012-01-29 | 1 | -0/+3 |
* | Extension Storage API: expose storage quota information to extensions, via: | kalman@chromium.org | 2012-01-29 | 2 | -5/+7 |
* | Revert 119598 - Extension Storage API: expose storage quota information to ex... | jstritar@chromium.org | 2012-01-28 | 2 | -7/+5 |
* | Extension Storage API: expose storage quota information to extensions, via: | kalman@chromium.org | 2012-01-28 | 2 | -5/+7 |
* | Fixed printing gets cut-off issue for CloudPrint and Chrome. | gene@chromium.org | 2012-01-28 | 1 | -4/+6 |
* | Take the IME Extension API out of experimental: | zork@chromium.org | 2012-01-27 | 3 | -12/+11 |
* | Separate chrome/common/metrics/metrics_helpers.{h,cc} into files for the cons... | isherman@chromium.org | 2012-01-27 | 1 | -1/+1 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 6 | -21/+29 |
* | Coverity: pass string by const-ref | tbreisacher@chromium.org | 2012-01-26 | 2 | -3/+5 |
* | TCP API. | miket@chromium.org | 2012-01-26 | 1 | -17/+22 |
* | Keep infobar visible during plug-in installation and show installation state. | bauerb@chromium.org | 2012-01-26 | 2 | -2/+20 |
* | In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W... | shinyak@chromium.org | 2012-01-26 | 5 | -9/+203 |
* | Block mixed scripting for M18 dev channel. | agl@chromium.org | 2012-01-25 | 1 | -1/+1 |
* | Add PLT histograms that are equivalent to the existing set but use the Perfor... | dominich@chromium.org | 2012-01-25 | 1 | -19/+34 |
* | Print preview: Do not exit the window.print() nested loop too early when savi... | thestig@chromium.org | 2012-01-24 | 2 | -13/+33 |
* | Adding new png resource for page indicator background (2/2) | dpapad@chromium.org | 2012-01-24 | 1 | -1/+2 |
* | Remove the default plugin. | bauerb@chromium.org | 2012-01-24 | 1 | -6/+1 |
* | Replace lazy-background switch with a manifest entry controlled by the | mpcomplete@chromium.org | 2012-01-24 | 2 | -7/+8 |
* | Use a Javascript callback to notify a missing plug-in when the placeholder ha... | bauerb@chromium.org | 2012-01-23 | 8 | -186/+84 |
* | Take the Extension Storage API out of experimental: | kalman@chromium.org | 2012-01-23 | 3 | -7/+7 |
* | Repeat performance for 118553 -- Add nacl private interface and state | sehr@google.com | 2012-01-21 | 1 | -2/+19 |
* | Fix crash in extension_custom_bindings.js by defining WINDOW_ID_NONE locally | kalman@chromium.org | 2012-01-21 | 1 | -2/+9 |
* | Revert 118553 - Add nacl private interface and state for process creation. | sehr@google.com | 2012-01-21 | 1 | -19/+2 |
* | Add nacl private interface and state for process creation. | sehr@google.com | 2012-01-20 | 1 | -2/+19 |
* | Relanding this with fixes to the mac dbg builder | ananta@chromium.org | 2012-01-20 | 1 | -1/+1 |
* | Move operator<< for StringPiece into string_piece.{h,cc} | akalin@chromium.org | 2012-01-20 | 1 | -1/+2 |
* | Revert 118385 since this seems to break mac-debug build. | sadrul@chromium.org | 2012-01-20 | 1 | -1/+1 |
* | Remove the Webkit thread in the PPAPI plugin process and perform the text and... | ananta@chromium.org | 2012-01-19 | 1 | -1/+1 |
* | Print Preview: Refactor and cleanup parts of PrintPreviewHandler and PrintWeb... | thestig@chromium.org | 2012-01-19 | 2 | -32/+35 |
* | Preliminary implementation of Google-style dialogs in ash::internal::DialogFr... | benrg@chromium.org | 2012-01-18 | 3 | -9/+9 |
* | Add IPC message to open chrome://plugins from a missing plug-in placeholder. | bauerb@chromium.org | 2012-01-18 | 3 | -24/+13 |
* | Fold media::PipelineImpl into media::Pipeline as there is only one implementa... | scherkus@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Split logic for defining custom types in schema_generated_bindings.js into se... | koz@chromium.org | 2012-01-18 | 6 | -120/+177 |
* | Print Preview: Add a non-user-visible pref for controlling print preview. Hoo... | thestig@chromium.org | 2012-01-18 | 2 | -4/+9 |
* | Extension cleanup: move devtools custom bindings out of schema_generated_bind... | kalman@chromium.org | 2012-01-18 | 4 | -12/+30 |
* | Revert 117964 - UILayoutTest: Use DOMAutomation to retrieve document.body.inn... | apatrick@chromium.org | 2012-01-18 | 1 | -3/+1 |
* | UILayoutTest: Use DOMAutomation to retrieve document.body.innerText | dgrogan@chromium.org | 2012-01-17 | 1 | -1/+3 |
* | Stop pumping messages while handling cookie requests for Chrome Frame. This i... | robertshield@chromium.org | 2012-01-17 | 1 | -7/+4 |
* | Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, and | kalman@chromium.org | 2012-01-17 | 22 | -385/+750 |