| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -1/+1 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -14/+13 |
* | Add optional homepage_url to manifest and use it in place of Gallery URL in UI. | tessamac@google.com | 2010-10-25 | 1 | -1/+1 |
* | Change a raw "Google Chrome" to $PRODUCT_NAME in generated_resources.grd. | mpcomplete@chromium.org | 2010-10-18 | 1 | -1/+2 |
* | Rename ChromeThread to BrowserThread Part10: | tfarina@chromium.org | 2010-10-09 | 1 | -6/+6 |
* | Switch to inspected page tab when opening DevTools in docked mode. | caseq@google.com | 2010-10-09 | 1 | -3/+1 |
* | use webstore extent to verify gallery downloads | erikkay@chromium.org | 2010-10-08 | 1 | -6/+8 |
* | Factor an ExtensionIconSet class out of Extension. This can | aa@chromium.org | 2010-09-16 | 1 | -10/+3 |
* | Hide packed hosted apps in chrome://extensions . | skerner@chromium.org | 2010-09-14 | 1 | -3/+12 |
* | Remove create_app_shortcut param from ExtensionInstallUI::Delegate::InstallUI... | tfarina@chromium.org | 2010-09-14 | 1 | -5/+1 |
* | default app icon | erikkay@chromium.org | 2010-09-01 | 1 | -1/+3 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -13/+35 |
* | Move Google-specific code under browser/ into browser/google/. | evan@chromium.org | 2010-08-30 | 1 | -1/+1 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Fix a bug where you could not uninstall a disabled extension. | andybons@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | DOM UI: Change DOMMessageHandler callback arg type to ListValue. | estade@chromium.org | 2010-08-19 | 1 | -75/+50 |
* | Extension package creation cleanup | erg@google.com | 2010-08-11 | 1 | -12/+2 |
* | De-wstring/wchar_t-ify extensions DOM UI as much as currently possible. | viettrungluu@chromium.org | 2010-08-08 | 1 | -112/+114 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -0/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+4 |
* | Add "Inspect Element" shortcut to browser tabs. | apavlov@chromium.org | 2010-07-16 | 1 | -1/+4 |
* | Add a wildcard scheme and a special 'all_urls' pattern to URLPattern. | mpcomplete@chromium.org | 2010-06-30 | 1 | -1/+1 |
* | Require user opt-in before allowing content script injection on file URLs. | mpcomplete@chromium.org | 2010-06-24 | 1 | -1/+37 |
* | Reland - Only allow installation of extensions/apps with gallery update url v... | rafaelw@chromium.org | 2010-06-23 | 1 | -3/+2 |
* | Revert 50333 - Only allow installation of extensions/apps with gallery update... | tkent@chromium.org | 2010-06-21 | 1 | -2/+3 |
* | Only allow installation of extensions/apps with gallery update url via downlo... | rafaelw@chromium.org | 2010-06-21 | 1 | -3/+2 |
* | Added BackgroundContentsService to manage lifecycle of BackgroundContents. | atwilson@chromium.org | 2010-06-21 | 1 | -5/+14 |
* | Re-apply r50278. | aa@chromium.org | 2010-06-19 | 1 | -1/+1 |
* | Revert r50278. | aa@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Some app-related manifest cleanup: | aa@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Remove a ResourceBundle::GetDataResource and convert people to | tony@chromium.org | 2010-06-15 | 1 | -2/+2 |
* | Fix two incorrect uses of string conversion to/from ASCII when strings in | jshin@chromium.org | 2010-05-27 | 1 | -6/+5 |
* | Initial support for web-extent background pages. | rafaelw@chromium.org | 2010-05-06 | 1 | -6/+14 |
* | Include App pages in chrome://extensions "active views" list. | rafaelw@chromium.org | 2010-05-03 | 1 | -30/+66 |
* | Changing linux platform for chromeos. This involved moving platform_util and... | dhg@chromium.org | 2010-04-29 | 1 | -1/+1 |
* | Reland: Link the name of the extension on the management page to the | finnur@chromium.org | 2010-04-28 | 1 | -3/+4 |
* | Revert 45749 - (missing test fix) | finnur@chromium.org | 2010-04-27 | 1 | -4/+3 |
* | Link the name of the extension on the management page to the | finnur@chromium.org | 2010-04-27 | 1 | -3/+4 |
* | Shorten text next to checkmark. Use yellow text instead of an alert dialog. | aa@chromium.org | 2010-04-13 | 1 | -28/+22 |
* | Add instructions to chrome://extensions page for inspecting popups. | rafaelw@chromium.org | 2010-03-24 | 1 | -0/+4 |
* | Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In... | aa@chromium.org | 2010-03-24 | 1 | -3/+3 |
* | Eliminate all UI thread decoding of extension images. | finnur@chromium.org | 2010-03-24 | 1 | -12/+11 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -2/+2 |
* | Enable the incognito extension toggle by default. No more flag. | mpcomplete@chromium.org | 2010-03-18 | 1 | -4/+0 |
* | Update allow-extension-in-incognito warning dialog text based on UI feedback. | mpcomplete@chromium.org | 2010-03-18 | 1 | -0/+6 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Spruced up the warning dialog for when you enable an extension in incognito. | mpcomplete@chromium.org | 2010-03-17 | 1 | -12/+36 |
* | Bookmark manager: Open in incognito window. | arv@chromium.org | 2010-03-10 | 1 | -3/+5 |
* | Fix few remaining issues with incognito extensions. | mpcomplete@chromium.org | 2010-03-10 | 1 | -7/+5 |