| Commit message (Expand) | Author | Age | Files | Lines |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -8/+8 |
* | Fix crash when a background page calls alert(). | mpcomplete@chromium.org | 2010-03-09 | 1 | -1/+11 |
* | First cut at custom user style sheets. | tony@chromium.org | 2010-03-08 | 1 | -2/+2 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -12/+21 |
* | Disable scroll bars on resizing popups below a maximum size. | skerner@chromium.org | 2010-02-25 | 1 | -0/+6 |
* | Handle keyboard events correctly in extension popups. | suzhe@chromium.org | 2010-02-25 | 1 | -6/+11 |
* | Displaying a JavaScript message box (such as an alert) from | jcampan@chromium.org | 2010-02-23 | 1 | -4/+2 |
* | Temporary fix for issue 34061. | twiz@chromium.org | 2010-02-22 | 1 | -0/+6 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Refactored out JS specific part of modal dialog stack into its own class, exp... | zelidrag@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | The upstream change to make popup shrinking work properly is a big project, s... | aa@chromium.org | 2010-01-31 | 1 | -2/+6 |
* | Prevents a crash that occurs when multiple ExtensionHost objects point to the... | andybons@chromium.org | 2010-01-26 | 1 | -13/+39 |
* | Associate popups with the top level frame instead of the security origin. | erg@google.com | 2010-01-26 | 1 | -3/+2 |
* | Introduce all the plumbing for Session Storage. This mostly consists of crea... | jorlow@chromium.org | 2010-01-15 | 1 | -1/+6 |
* | Only calculate the GTK scrollbar colors once and then update all RenderPrefer... | erg@google.com | 2010-01-07 | 1 | -1/+3 |
* | Fixes bug where recreating the document element via altering |documentElement... | andybons@chromium.org | 2010-01-04 | 1 | -0/+5 |
* | Fix extension shutdown notification, take 2. | estade@chromium.org | 2009-12-14 | 1 | -2/+9 |
* | Revert r34321 as it breaks the task manager: | estade@chromium.org | 2009-12-11 | 1 | -15/+9 |
* | Extensions: don't send EXTENSION_PROCESS_CRASHED when the extension process i... | estade@chromium.org | 2009-12-11 | 1 | -9/+15 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 1 | -3/+3 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 1 | -4/+8 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -7/+10 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 1 | -3/+3 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 1 | -3/+3 |
* | Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo... | andybons@chromium.org | 2009-12-09 | 1 | -4/+14 |
* | Make the default RendererPreferences smarter. | estade@chromium.org | 2009-12-04 | 1 | -0/+5 |
* | Adds popups to browser actions, completing the feature. | andybons@chromium.org | 2009-11-20 | 1 | -1/+2 |
* | Undo my revert at r32524 due to a startup test regression. | mpcomplete@chromium.org | 2009-11-20 | 1 | -1/+77 |
* | Revert old change that created an ExtensionHost's RenderView asynchronously. | mpcomplete@chromium.org | 2009-11-19 | 1 | -70/+1 |
* | Fixes several focus issue with popup in the extensions' browser actions: | jcampan@chromium.org | 2009-11-18 | 1 | -0/+17 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -5/+11 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -11/+5 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -5/+11 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -54/+0 |
* | Fix style issues in View class. | maruel@chromium.org | 2009-11-07 | 1 | -1/+1 |
* | add some histograms to extensions | erikkay@chromium.org | 2009-11-06 | 1 | -0/+10 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-06 | 1 | -4/+36 |
* | Revert 31110 - Implement window.alert() and its cousins for extensions. | ben@chromium.org | 2009-11-05 | 1 | -36/+4 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-05 | 1 | -4/+36 |
* | Implement loading blacklists from extensions. | phajdan.jr@chromium.org | 2009-11-04 | 1 | -1/+1 |
* | Attempt 2 at: | sky@chromium.org | 2009-11-04 | 1 | -4/+5 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 1 | -0/+63 |
* | Fix conflicts between accelerator keys and HTML DOM accesskeys. | suzhe@chromium.org | 2009-10-23 | 1 | -1/+2 |
* | GTK: add browser actions popups. | estade@chromium.org | 2009-10-22 | 1 | -7/+4 |
* | Popup width and height are now dynamic. | erikkay@chromium.org | 2009-10-16 | 1 | -3/+3 |
* | Add histogram for how tab closing time. Did some cleanup along the way. Mov... | jam@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Fix a regression with setting the toolstrip background. | mpcomplete@chromium.org | 2009-10-06 | 1 | -0/+3 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |