| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix chromiumos build, try 2 | estade@chromium.org | 2009-12-10 | 1 | -1/+2 |
* | Only load resources for renderer, extension, and zygote processes | tony@chromium.org | 2009-12-10 | 1 | -9/+29 |
* | Fix chromeos compile | estade@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | ChromeFrame uses the IPC automation channel to talk to Chrome. The IPC messag... | ananta@chromium.org | 2009-12-10 | 6 | -2/+158 |
* | Fix sync options to properly hide the link when the dialog is first shown. | zork@chromium.org | 2009-12-10 | 1 | -2/+4 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 24 | -39/+217 |
* | Fix the crashing chromeos sync tests and revert the patch that disabled them. | albertb@google.com | 2009-12-10 | 4 | -39/+10 |
* | [Mac] Attempt to fix ref-after-free problems with NSTableView dataSource. | shess@chromium.org | 2009-12-10 | 3 | -17/+22 |
* | Give the proper error message in the case where you attempt to log int | zork@google.com | 2009-12-10 | 1 | -0/+6 |
* | Marking failing IncognitoSharedWorkers uitest as flaky on Linux. | robertshield@chromium.org | 2009-12-10 | 1 | -0/+4 |
* | GTK: hook up drag and drop of browser actions (for reordering). | estade@chromium.org | 2009-12-10 | 10 | -54/+239 |
* | Implement ResourceQueue, an object that makes it easy to delay starting | phajdan.jr@chromium.org | 2009-12-10 | 19 | -89/+579 |
* | Fix a case where we try to get the homepage as a boolean value, when | tony@chromium.org | 2009-12-10 | 1 | -2/+4 |
* | Prevent 2 types of extension crashes. | asargent@chromium.org | 2009-12-10 | 2 | -0/+18 |
* | Add FaviconOfOnloadRedirectToAnchorPage for issue 15782 | xiyuan@chromium.org | 2009-12-10 | 2 | -0/+31 |
* | Add command line flag and associated prefs to allow run-time enable of geoloc... | dglazkov@chromium.org | 2009-12-10 | 4 | -1/+9 |
* | Disables a handful of tests for chromeos as they're crashing. | sky@chromium.org | 2009-12-10 | 3 | -7/+37 |
* | Marking test as flaky since it is failing in release >50% of the time now. | thomasvl@chromium.org | 2009-12-10 | 1 | -3/+8 |
* | Link the following tests against tcmalloc: | glider@chromium.org | 2009-12-10 | 1 | -0/+36 |
* | Updating trunk VERSION from 268.0 to 269.0 | chrome-bot@google.com | 2009-12-10 | 1 | -1/+1 |
* | Fix a memory leak in the worker tests. | levin@chromium.org | 2009-12-10 | 1 | -0/+6 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 41 | -923/+753 |
* | Re-enable the build of Pepper support by default (issue 464074, svn revision ... | sehr@google.com | 2009-12-10 | 5 | -13/+26 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 3 | -11/+69 |
* | Linux: Implement RecordBreakpadStatusUMA. | thestig@chromium.org | 2009-12-10 | 3 | -1/+20 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 22 | -43/+229 |
* | Fix typo in ifdef for enabling auth bootstraping on Chrome OS | albertb@google.com | 2009-12-10 | 1 | -3/+3 |
* | Linux: Make page_action_hbox_ an OwnedWidget. | mattm@chromium.org | 2009-12-10 | 2 | -9/+11 |
* | Make BrowserProcess::GetApplicationLocale thread safe and migrate | tony@chromium.org | 2009-12-10 | 10 | -84/+24 |
* | Reduce kMaxPaintRects to test impact on single-core bot. | darin@chromium.org | 2009-12-09 | 1 | -1/+1 |
* | extensions: Properly use string16 for Unicode text. | evan@chromium.org | 2009-12-09 | 5 | -17/+17 |
* | Add support for multiple feeds on a page by listing all the feeds | finnur@chromium.org | 2009-12-09 | 4 | -31/+100 |
* | autofill: Add the FormField interface. Classes that implement the FormField ... | jhawkins@chromium.org | 2009-12-09 | 12 | -15/+541 |
* | Add some spacing so that status area lines up on cros | davemoore@chromium.org | 2009-12-09 | 1 | -2/+8 |
* | [Mac] more browser_tests cleanup | thomasvl@chromium.org | 2009-12-09 | 5 | -38/+58 |
* | linux: remove a NOTIMPL since we have a bug on it | evan@chromium.org | 2009-12-09 | 2 | -5/+4 |
* | Display channel after version in about box. Mac. | jrg@chromium.org | 2009-12-09 | 1 | -0/+4 |
* | Limit the total number of paint rects. | darin@chromium.org | 2009-12-09 | 3 | -11/+50 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 23 | -216/+38 |
* | fix incorrect prefix patterns | asargent@chromium.org | 2009-12-09 | 1 | -4/+4 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 23 | -38/+216 |
* | Share the code that builds the page menu in a common model, make Mac and Win ... | pinkerton@chromium.org | 2009-12-09 | 14 | -842/+780 |
* | Change most callers of NativeScrollbar size functions to use a dedicated func... | pkasting@chromium.org | 2009-12-09 | 3 | -19/+10 |
* | fix for memory leak and illegal access, 2nd attempt. | oshima@chromium.org | 2009-12-09 | 1 | -8/+9 |
* | Define X509Certificate::intermediate_ca_certs_ as a std::vector of | wtc@chromium.org | 2009-12-09 | 1 | -7/+6 |
* | Fix delete day so that font is correct and it can be reached through tab. | mirandac@chromium.org | 2009-12-09 | 1 | -1/+2 |
* | Revert 34161 - Enable Pepper support by default, including building the test ... | sehr@google.com | 2009-12-09 | 5 | -26/+13 |
* | Enable Pepper support by default, including building the test plugin. | sehr@google.com | 2009-12-09 | 5 | -13/+26 |
* | Chromium: support custom WebCore context menu items in Chromium port (downstr... | pfeldman@chromium.org | 2009-12-09 | 9 | -7/+78 |
* | No op change (gonna be in here later today) to force builds after master rest... | thomasvl@chromium.org | 2009-12-09 | 1 | -0/+1 |