| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace __MSG_some_name__ template within extension css files with localized ... | cira@chromium.org | 2010-02-11 | 12 | -18/+716 |
* | Reland r38570. The underlying bug has been fix. | jhawkins@chromium.org | 2010-02-11 | 1 | -6/+16 |
* | Extension Doc Changes (no building or testable changes). | rafaelw@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Linux: Temporarily turn off use of X shared memory extension. | thestig@chromium.org | 2010-02-10 | 1 | -0/+9 |
* | Adds code to restore application extensions. I'm also enabling tab | sky@chromium.org | 2010-02-10 | 1 | -0/+4 |
* | First stab at a DataTypeController. | skrul@chromium.org | 2010-02-10 | 2 | -2/+10 |
* | GTK: Implements the content settings window and the minor changes to the opti... | erg@chromium.org | 2010-02-10 | 2 | -0/+48 |
* | Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ... | ian@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 2 | -214/+0 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 1 | -2/+2 |
* | Couple of tweaks to the cookie prompt dialog: | sky@chromium.org | 2010-02-10 | 2 | -0/+4 |
* | Remove poll'n'loop code from extension_browsertest.cc. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -0/+5 |
* | Prepare for removing glue/devtools: move devtools_message_data.* to glue/ | yurys@chromium.org | 2010-02-10 | 2 | -2/+2 |
* | Add option to suppress HTTP Referer header. | jochen@chromium.org | 2010-02-10 | 2 | -1/+5 |
* | Revert "Move conditions of FormFields creation to FormFieldHistoryManager; | tony@chromium.org | 2010-02-10 | 1 | -16/+6 |
* | Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d... | jhawkins@chromium.org | 2010-02-10 | 1 | -6/+16 |
* | Make it so that chrome.bookmarks.update can update the URL of a bookmark. | arv@chromium.org | 2010-02-10 | 3 | -11/+100 |
* | Refactor DragDownloadFile so that it can be used by both Windows and MacOSX. | jianli@chromium.org | 2010-02-10 | 1 | -2/+2 |
* | Implemented async flushes for Pepper 3D. | apatrick@chromium.org | 2010-02-09 | 1 | -3/+17 |
* | Whitelist all content for various internal schemes. | pkasting@chromium.org | 2010-02-09 | 1 | -0/+5 |
* | Desktop Notifications for the mac | johnnyg@chromium.org | 2010-02-09 | 1 | -7/+0 |
* | Add the ssl_client_socket_nss_factory.h header and declare | wtc@chromium.org | 2010-02-09 | 2 | -5/+10 |
* | Revert 38469 - Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 1 | -0/+7 |
* | Send forms seen in the renderer to the AutoFillManager. | jhawkins@chromium.org | 2010-02-09 | 1 | -1/+6 |
* | Desktop Notifications for the mac! | johnnyg@chromium.org | 2010-02-09 | 1 | -7/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -1/+1 |
* | Take out intptr_t IPC serialization support to prevent people from sending po... | jam@chromium.org | 2010-02-09 | 1 | -7/+21 |
* | Extension Doc Changes (no building or testable changes). | rafaelw@chromium.org | 2010-02-09 | 1 | -2/+6 |
* | Preserve order of extensions when they auto-update. | finnur@chromium.org | 2010-02-08 | 1 | -0/+8 |
* | Add IPv6 probing support, and disable IPv6 resolution when it is useless | jar@chromium.org | 2010-02-08 | 2 | -0/+8 |
* | Implement low-latency audio on Pepper. | neb@chromium.org | 2010-02-08 | 1 | -0/+8 |
* | The great Flip -> Spdy rename. | mbelshe@chromium.org | 2010-02-08 | 2 | -5/+5 |
* | Export bookmark favicon (base64 encoded png). | nkostylev@google.com | 2010-02-08 | 1 | -0/+4 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 3 | -3/+41 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 3 | -5/+5 |
* | Arne's examples of two approaches to showing a page action: | kathyw@chromium.org | 2010-02-05 | 11 | -0/+106 |
* | Wires TabContents to app extensions. | sky@chromium.org | 2010-02-05 | 2 | -6/+7 |
* | WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524 | jeremy@chromium.org | 2010-02-05 | 1 | -0/+10 |
* | Remove size_t from audio IPC code. | jam@chromium.org | 2010-02-05 | 2 | -39/+25 |
* | Implement launch disposition for extension-apps. | rafaelw@chromium.org | 2010-02-05 | 6 | -2/+38 |
* | linux: Use gtk-cursor-blink from GtkSettings to set the caret blink interval | joel@chromium.org | 2010-02-05 | 3 | -1/+28 |
* | GTK: unbreak right click on bookmark bar folders. | estade@chromium.org | 2010-02-04 | 1 | -0/+2 |
* | Fix description of onImportBegan to ensure people use it safely. | feldstein@chromium.org | 2010-02-04 | 1 | -1/+1 |
* | Clean up third_party/cld. | jshin@chromium.org | 2010-02-04 | 2 | -3/+2 |
* | Some preliminary ground work for respecting the "Content Settings" in the app... | michaeln@chromium.org | 2010-02-04 | 2 | -8/+28 |
* | Step 1 in Implementing/Prototyping App Panels. | rafaelw@chromium.org | 2010-02-04 | 2 | -0/+5 |
* | Move options dialog to the desktop of last active browser window. | dpolukhin@chromium.org | 2010-02-04 | 4 | -4/+34 |
* | Start making a vertical tabstrip. Does nothing right now. | ben@chromium.org | 2010-02-04 | 4 | -0/+10 |
* | Remove the "On top" display mode of the extension shelf, it is no longer used... | ben@chromium.org | 2010-02-03 | 2 | -4/+0 |
* | Implement chrome.browserAction.setPopup(). | skerner@chromium.org | 2010-02-03 | 4 | -16/+217 |