| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac] Enforce proper usage of main app bundle and helper app bundle. | thomasvl@chromium.org | 2010-08-24 | 2 | -0/+29 |
* | Changing options page css so that we don't get that irritating little box aro... | dhg@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 89 | -2393/+2937 |
* | Change the FileUtilProxy callbacks to report error codes instead of booleans. | dumi@chromium.org | 2010-08-24 | 2 | -1/+3 |
* | Cleanup in downloads tests | nirnimesh@chromium.org | 2010-08-24 | 2 | -0/+28 |
* | Add an endpointer for detecting end of speech. | satish@chromium.org | 2010-08-24 | 10 | -9/+1165 |
* | Added prefs ui for enabling/disabling background mode on windows. | atwilson@chromium.org | 2010-08-24 | 6 | -0/+103 |
* | Customize Hebrew spellcheck word break iterator | jshin@chromium.org | 2010-08-24 | 2 | -12/+36 |
* | Add support for a directory file chooser command, which creates a file list b... | johnnyg@chromium.org | 2010-08-24 | 10 | -79/+249 |
* | Tweak preference code to work with or without the 'managed' property, makes f... | csilv@chromium.org | 2010-08-24 | 1 | -10/+22 |
* | Fix a bug where you could not uninstall a disabled extension. | andybons@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Don't offer to translate the bookmark manager page. | jcivelli@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | Cleanups for http://codereview.chromium.org/3176027 | thakis@chromium.org | 2010-08-24 | 1 | -5/+3 |
* | Fixes bug where Layout might not get invoked on view hosting | sky@chromium.org | 2010-08-24 | 1 | -0/+9 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 12 | -5/+1140 |
* | Mac: Well-behaved accelerated plugins, actual fix | thakis@chromium.org | 2010-08-24 | 5 | -1/+73 |
* | reland 57093: dom-ui options: record user metrics for pref changes. | csilv@chromium.org | 2010-08-24 | 17 | -70/+206 |
* | Adds a speech input info bubble. | satish@chromium.org | 2010-08-24 | 7 | -0/+324 |
* | Revert 57187 - Adding a couple of binary files to hopefully get a good try ru... | finnur@chromium.org | 2010-08-24 | 2 | -0/+0 |
* | Autorestart on update should happen when (among other things), the browser is in | prasadt@chromium.org | 2010-08-24 | 1 | -1/+1 |
* | Minor fixes to keep TOT working with the 10.6 SDK. | jrg@chromium.org | 2010-08-24 | 2 | -2/+6 |
* | Revert 57188 - Add html node info (tag name, attributes, and computed display... | dmazzoni@chromium.org | 2010-08-24 | 6 | -150/+8 |
* | New pyauto translate tests. | alyssad@google.com | 2010-08-24 | 1 | -31/+101 |
* | [Mac] Disable all sandboxd logging unless running with --enable-sandbox-logging. | rsesek@chromium.org | 2010-08-24 | 2 | -11/+34 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 7 | -14/+114 |
* | Add html node info (tag name, attributes, and computed display) and document | dmazzoni@chromium.org | 2010-08-24 | 6 | -8/+150 |
* | Adding a couple of binary files to hopefully get a good try run on my next ch... | finnur@chromium.org | 2010-08-24 | 2 | -0/+0 |
* | Implement IDBTransaction::objectStore | andreip@chromium.org | 2010-08-24 | 5 | -6/+35 |
* | Show update screen for non-official build | dpolukhin@chromium.org | 2010-08-24 | 1 | -1/+2 |
* | Fix IDBDatabase::removeObjectStore for multiprocess mode | andreip@chromium.org | 2010-08-24 | 3 | -1/+11 |
* | device_orientation::DispatcherHost: one Provider observer per render_view_id. | hans@chromium.org | 2010-08-24 | 3 | -39/+74 |
* | Fix a few test failures when landing http://trac.webkit.org/changeset/57178. | jnd@google.com | 2010-08-24 | 4 | -20/+61 |
* | Implement policy for controlling "Show Home Button" preference. | mnissler@chromium.org | 2010-08-24 | 14 | -2/+69 |
* | Disable crash_reporter.CrashReporterTest.testRendererCrash on Win | nirnimesh@chromium.org | 2010-08-24 | 1 | -0/+2 |
* | Updating trunk VERSION from 504.0 to 505.0 | chrome-release@google.com | 2010-08-24 | 1 | -1/+1 |
* | Add list support to the policy template generator and prepare for Mac output | gfeher@chromium.org | 2010-08-24 | 2 | -140/+346 |
* | Removed inheritance of std:less in network data structures | allanwoj@chromium.org | 2010-08-24 | 1 | -3/+2 |
* | First pass at convert the SSL dialogs into InfoBubbles. | finnur@chromium.org | 2010-08-24 | 6 | -0/+331 |
* | Had to remove pageData divs because they interferred with | aa@chromium.org | 2010-08-24 | 4 | -16/+8 |
* | Update one of the generate docs from r57148. | aa@chromium.org | 2010-08-24 | 1 | -2/+2 |
* | Add explanatory text to omnibox and infobars API. | aa@chromium.org | 2010-08-24 | 12 | -52/+279 |
* | When launcing apps from launcher, use pinned tabs, not app tabs. | aa@chromium.org | 2010-08-24 | 2 | -66/+6 |
* | Enable WorkerTest.QueuedSharedWorkerShutdown because it seems to work 100% now. | atwilson@chromium.org | 2010-08-24 | 1 | -2/+1 |
* | Consolidate places where a TemplateURL is removed and then added to the Templ... | levin@chromium.org | 2010-08-24 | 2 | -59/+51 |
* | Add support for status icon context menus for gtk. | atwilson@chromium.org | 2010-08-24 | 13 | -16/+50 |
* | Add DOM UI version of "Customize modifier keys" dialog. | mazda@chromium.org | 2010-08-24 | 10 | -1/+213 |
* | Mac: Correctly show/hide compositor on navigations. | thakis@chromium.org | 2010-08-24 | 10 | -21/+92 |
* | Fix the ChromeFrame ReferrerTest failures. This test fails because we incorre... | ananta@chromium.org | 2010-08-24 | 1 | -0/+5 |
* | Temporarily work around GPU process crash on Mac OS X. | kbr@google.com | 2010-08-24 | 1 | -1/+8 |
* | DOMUI: Several fixes for AutoFill page. | jhawkins@chromium.org | 2010-08-24 | 7 | -35/+76 |