| Commit message (Expand) | Author | Age | Files | Lines |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -5/+3 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | Rename ExternalProtocolHandler::OnUserGesture -> PermitLaunchUrl & call from ... | rafaelw@chromium.org | 2010-07-27 | 1 | -0/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 83 | -0/+83 |
* | Fix memory leaks in ExtensionPrefStore and its unit test. | pam@chromium.org | 2010-07-26 | 3 | -29/+37 |
* | Coverity issue 11612: Uninitialized member in extension_pref_store_unittest.cc | finnur@chromium.org | 2010-07-24 | 2 | -3/+8 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 3 | -0/+9 |
* | Disable a flaky test that seems to completely blow up with some frequency on ... | thomasvl@chromium.org | 2010-07-23 | 1 | -1/+7 |
* | Split captureVisibleTab() tests into jpeg and png tests, to avoid timeouts. | skerner@chromium.org | 2010-07-23 | 3 | -12/+43 |
* | Coverity: Fix a collection of uninitialized member variables, mostly in exten... | finnur@chromium.org | 2010-07-23 | 5 | -13/+19 |
* | Coverity: Check the return of GetTabId before using it. | finnur@chromium.org | 2010-07-22 | 1 | -7/+7 |
* | Adding ASSERT to avoid crash if GetDictionary fails to find value. Also fixed... | finnur@chromium.org | 2010-07-22 | 1 | -19/+19 |
* | Attemp 2 at: | sky@chromium.org | 2010-07-21 | 3 | -70/+0 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 4 | -37/+32 |
* | RSS subscription extension: Handle HTML appended after RSS feed. | finnur@chromium.org | 2010-07-21 | 1 | -3/+34 |
* | Added checks to handle unsyncable extensions. | akalin@chromium.org | 2010-07-21 | 2 | -10/+62 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -3/+3 |
* | Disallow syncing of extensions with third-party update URLs or plugins. | akalin@chromium.org | 2010-07-20 | 1 | -1/+3 |
* | Moved code that generates APP_TERMINATING notification into BrowserList so it... | atwilson@chromium.org | 2010-07-20 | 1 | -15/+2 |
* | Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa... | pinkerton@chromium.org | 2010-07-20 | 3 | -0/+70 |
* | Makes the toolbar visible for apps again. Here's the set of patches I | sky@chromium.org | 2010-07-20 | 3 | -70/+0 |
* | NTP: Use the store as the last thumbnail in case we have no apps installed. | arv@chromium.org | 2010-07-20 | 2 | -0/+15 |
* | Try to fix a valgrind leak. | thakis@chromium.org | 2010-07-20 | 1 | -1/+4 |
* | [Mac] Fix for a bug where extensions were not being notified when no window w... | andybons@chromium.org | 2010-07-20 | 1 | -0/+9 |
* | Fix some issues with extensions: | mpcomplete@chromium.org | 2010-07-20 | 2 | -1/+6 |
* | Deal with alpha values when building PNG in chrome.tabs.captureVisibleTab(). | skerner@chromium.org | 2010-07-19 | 1 | -7/+8 |
* | Add ability to limit when context menu items appear with url patterns. | asargent@chromium.org | 2010-07-18 | 5 | -27/+189 |
* | When I specified the rlz chrome extension api, I explicitly did not include a | rogerta@google.com | 2010-07-17 | 4 | -0/+90 |
* | Move context menu module out of experimental. | aa@chromium.org | 2010-07-17 | 2 | -10/+6 |
* | Mark CaptureVisibleTab as flaky. | oshima@chromium.org | 2010-07-16 | 1 | -1/+8 |
* | Pack content scripts in a temp directory in the profile dir. | skerner@chromium.org | 2010-07-16 | 1 | -1/+6 |
* | Add "Inspect Element" shortcut to browser tabs. | apavlov@chromium.org | 2010-07-16 | 1 | -1/+4 |
* | Add a PrefStore for loading prefs from command-line switches. | pam@chromium.org | 2010-07-16 | 2 | -1/+5 |
* | Unexperimentalify the cookies API. | aa@chromium.org | 2010-07-16 | 3 | -17/+15 |
* | Marking ExtensionApiTest.TabOnRemove flaky. | oshima@chromium.org | 2010-07-16 | 1 | -1/+9 |
* | Revert r52581. The change seems OK, but it had the wrong | aa@chromium.org | 2010-07-16 | 3 | -15/+17 |
* | Use WebCore's built in support for user styles instead of the | aa@chromium.org | 2010-07-16 | 3 | -17/+15 |
* | Fix executable permissions on extension_icon_manager.* | mpcomplete@chromium.org | 2010-07-15 | 2 | -0/+0 |
* | Use the extension icon for extension omnibox results instead of the generic | mpcomplete@chromium.org | 2010-07-15 | 6 | -103/+198 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 2 | -17/+47 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 3 | -2/+1 |
* | Fixed invalid read in ExtensionsServiceTest.ReloadExtensions. | akalin@chromium.org | 2010-07-15 | 3 | -13/+1 |
* | Widen a flakiness tag. | estade@chromium.org | 2010-07-14 | 1 | -2/+2 |
* | More cleanup of extensions context menu API. | asargent@chromium.org | 2010-07-14 | 4 | -177/+178 |
* | Extensions: Resize favicons to 16x16. | arv@chromium.org | 2010-07-14 | 2 | -40/+79 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 3 | -1/+2 |
* | Add chrome.experimental.omnibox.styleUrl for highlighting text as an URL. | mpcomplete@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Converted CanonicalCookies over to containing a domain. | rdsmith@google.com | 2010-07-14 | 1 | -4/+4 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 3 | -2/+1 |