| Commit message (Expand) | Author | Age | Files | Lines |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -2/+3 |
* | This CL adds a test to insure we are not regressing on http://crbug.com/19941 | jcampan@chromium.org | 2009-09-15 | 1 | -0/+4 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -3/+2 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -2/+3 |
* | Fix for bug 2932: Chrome should not trigger page reloading when turn off auto... | jshin@chromium.org | 2009-09-14 | 1 | -0/+3 |
* | Change the URLs used to access "view-cache:" and "view-net-internals:". | eroman@chromium.org | 2009-09-14 | 2 | -6/+9 |
* | linux: enable plugins by default | evan@chromium.org | 2009-09-14 | 2 | -5/+0 |
* | Extension Doc Changes (no building or testable changes) - Build on Mac, find ... | rafaelw@chromium.org | 2009-09-13 | 1 | -15/+19 |
* | Try to fix build. | thakis@chromium.org | 2009-09-12 | 1 | -0/+2 |
* | Let cmd-e write the selection into the find pasteboard. | thakis@chromium.org | 2009-09-12 | 1 | -0/+6 |
* | GTK: Cache our GdkCursor objects, since building them hits the disk. | erg@google.com | 2009-09-12 | 2 | -0/+45 |
* | Extension apis: windows.create({url:}) now supports relative paths. | rafaelw@chromium.org | 2009-09-11 | 2 | -3/+25 |
* | GTK: Set the back/forward and bookmark bar menus to always show their images. | estade@chromium.org | 2009-09-11 | 2 | -0/+26 |
* | Changing the Chrome browser app name when CHROME_EXP_BUILD is defined. | robertshield@chromium.org | 2009-09-11 | 1 | -1/+4 |
* | Undo change that crept into my last cl. | estade@chromium.org | 2009-09-11 | 1 | -15/+0 |
* | Linux focus ring color: Go through WebKit::WebColor api rather than through t... | estade@chromium.org | 2009-09-11 | 3 | -25/+26 |
* | Add button number to page action event reply object. Fix outdated page action... | mattm@chromium.org | 2009-09-11 | 1 | -6/+7 |
* | Fix crash in process info | mhm@chromium.org | 2009-09-11 | 1 | -0/+2 |
* | Updated extension docs. Mainly to add i18n.html to navigation side bar, | xji@chromium.org | 2009-09-11 | 30 | -4/+81 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 3 | -3/+25 |
* | Get rid of the half-working traces of locking, caching, and quotas. It | jorlow@chromium.org | 2009-09-11 | 1 | -20/+2 |
* | Extension Doc Changes (no building or testable changes) - Render Docs | rafaelw@chromium.org | 2009-09-11 | 10 | -18/+479 |
* | Add command line switch --activate-on-launch to help Selenium. | jrg@chromium.org | 2009-09-11 | 2 | -0/+6 |
* | Strict transport security: add checkbox to clear state. | agl@chromium.org | 2009-09-11 | 2 | -0/+2 |
* | Check in http://codereview.chromium.org/197013/show for tfarina. | mirandac@chromium.org | 2009-09-10 | 2 | -2/+2 |
* | A bit of clarification for the themes doc. | kathyw@google.com | 2009-09-10 | 1 | -6/+18 |
* | Change dev.chromium.org links to be to the real doc. | kathyw@google.com | 2009-09-10 | 2 | -3/+3 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 3 | -19/+22 |
* | Typo fixes, plus a couple of code changes. | kathyw@google.com | 2009-09-10 | 3 | -8/+8 |
* | Add "permissions" to Getting Started manifest. Oops. | kathyw@google.com | 2009-09-10 | 1 | -0/+3 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 3 | -0/+59 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 2 | -0/+23 |
* | Add chrome.i18n to the list of chrome.* APIs. | kathyw@google.com | 2009-09-10 | 1 | -0/+1 |
* | Revert "Use gtk-cursor-blink from GtkSettings" | evan@chromium.org | 2009-09-09 | 3 | -27/+1 |
* | Added chrome.i18n extension API. | xji@chromium.org | 2009-09-09 | 3 | -1/+24 |
* | Use gtk-cursor-blink from GtkSettings to set the | evan@chromium.org | 2009-09-09 | 3 | -1/+27 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -2/+28 |
* | Simple fix of extension_l10n_util that allows folders in form ".some_name" to... | cira@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Fix to use FilePath version of PathService::Get. | thestig@chromium.org | 2009-09-09 | 1 | -6/+6 |
* | Add 3 more flavors of the try chrome toast | cpu@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Fix issue 20944: Extension Doc bug for packaging | kathyw@google.com | 2009-09-09 | 1 | -0/+5 |
* | Get rid of an unused data member in URLRequestInterceptJob. | michaeln@google.com | 2009-09-08 | 2 | -2/+0 |
* | Migrate information on AutoUpdate to new extensions docs. | asargent@chromium.org | 2009-09-08 | 28 | -37/+622 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 2 | -12/+42 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 3 | -13/+3 |
* | Crash on serious error in sqlite (release build) | cpu@chromium.org | 2009-09-08 | 1 | -3/+10 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 2 | -8/+29 |
* | finished testing functions and added events to bookmark tests. | erikkay@chromium.org | 2009-09-08 | 1 | -2/+2 |
* | Pass printing result to the browser. | maruel@chromium.org | 2009-09-08 | 3 | -3/+69 |