| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement HMAC-SHA-256. | wtc@chromium.org | 2010-04-02 | 4 | -20/+178 |
* | fix product name goof | erikkay@chromium.org | 2010-04-02 | 1 | -1/+1 |
* | Insure that the bookmark bubble comes up properly aligned when the browser is... | mrossetti@chromium.org | 2010-04-02 | 6 | -16/+32 |
* | Make plugin descriptions, etc. in chrome://plugins display as LTR. | viettrungluu@chromium.org | 2010-04-02 | 1 | -14/+9 |
* | GTK browser actions toolbar fiddling: | estade@chromium.org | 2010-04-02 | 9 | -64/+148 |
* | Add more tests to bookmark manager api | feldstein@chromium.org | 2010-04-02 | 1 | -74/+157 |
* | Use -[NSString UTF8String] to form a char* from an NSException. | mark@chromium.org | 2010-04-02 | 1 | -1/+1 |
* | Mention the "unlimited_storage" permission in the extensions docs. | dumi@chromium.org | 2010-04-02 | 1 | -1/+6 |
* | Remove the themeing from the folder menu background, text in the folder menu ... | mrossetti@chromium.org | 2010-04-02 | 17 | -92/+191 |
* | Fix copying/dragging of empty folders in BMM on mac | feldstein@chromium.org | 2010-04-02 | 1 | -0/+4 |
* | Mac cleanup: avoid double-conversion of URL string. | viettrungluu@chromium.org | 2010-04-02 | 1 | -6/+5 |
* | Polish new user login screen: | dpolukhin@chromium.org | 2010-04-02 | 3 | -38/+29 |
* | Fixed GPU process startup crash on Linux. Because there was no current | kbr@google.com | 2010-04-02 | 4 | -66/+85 |
* | * WidgetGtk::OnKeyPressed never called on window because the signal handler | oshima@chromium.org | 2010-04-02 | 3 | -12/+76 |
* | Suppress a data race in WebDataService | timurrrr@chromium.org | 2010-04-02 | 1 | -0/+7 |
* | Make sure that we go to existing open bookmark manager when pressing Shift+Ct... | arv@chromium.org | 2010-04-02 | 2 | -1/+58 |
* | Add extra views to the new net internals page. This adds tabs along the top f... | eroman@chromium.org | 2010-04-02 | 12 | -242/+737 |
* | Modifies the way setup gets the system locale by getting the user's default l... | gwilson@google.com | 2010-04-02 | 1 | -1/+1 |
* | Add yet another suppression for a data race on fStop_ in libjingle | timurrrr@chromium.org | 2010-04-02 | 1 | -0/+6 |
* | Upgrade fonts to receive MEDIUM request priority like scripts and | tonyg@chromium.org | 2010-04-02 | 2 | -19/+53 |
* | Add a bunch of preferences to sync. | skrul@chromium.org | 2010-04-02 | 10 | -43/+284 |
* | Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ... | inferno@chromium.org | 2010-04-02 | 2 | -16/+33 |
* | Add new strings for the search engine experimental dialog. Also remove a sup... | mirandac@chromium.org | 2010-04-02 | 1 | -17/+8 |
* | string changes from http://codereview.chromium.org/1120006/ | erikkay@chromium.org | 2010-04-02 | 2 | -0/+12 |
* | Added command-line whitelist data to UrlSecurityManager. These are used by a... | ahendrickson@chromium.org | 2010-04-02 | 9 | -545/+55 |
* | Mac: Register for keychain notifications on the main thread. | snej@chromium.org | 2010-04-02 | 1 | -0/+17 |
* | Fixes invalid read in AnimationContainer. If all the animations are | sky@chromium.org | 2010-04-02 | 2 | -7/+7 |
* | editing/selection/extend-selection.html times out in debug mode. | darin@chromium.org | 2010-04-02 | 1 | -0/+2 |
* | Mark OtherRedirectsDontForkProcess as FLAKY because it crashed at least | dmazzoni@chromium.org | 2010-04-02 | 1 | -1/+2 |
* | Sample code for tracking extension and content events. | erikkay@chromium.org | 2010-04-02 | 6 | -0/+594 |
* | Update routing info and nudge syncer in ConfigureDataTypes(). | skrul@chromium.org | 2010-04-02 | 10 | -85/+125 |
* | Update to WebKit r57002 | darin@chromium.org | 2010-04-02 | 1 | -1/+1 |
* | translate infobar: sort languages in menus by application locale | kuan@chromium.org | 2010-04-02 | 4 | -17/+75 |
* | Fix bug which causes proxy authentication requests | tonyg@chromium.org | 2010-04-02 | 1 | -4/+4 |
* | Adds images needed for new tab animation. I'm separating this into | sky@chromium.org | 2010-04-02 | 3 | -0/+3 |
* | Revert 43475 - Adding "preload_engines" and "use_global_engine" preferences t... | rohitrao@chromium.org | 2010-04-02 | 5 | -79/+2 |
* | Revert 43476 - Use "preload_engines" pref on Chrome side to save the list of ... | rohitrao@chromium.org | 2010-04-02 | 2 | -239/+124 |
* | With SPDY, when a proxy is set via automatic settings, we had a crash. | mbelshe@chromium.org | 2010-04-02 | 1 | -0/+2 |
* | Revert 43382 - Move fetching of fullfledged auth cookies to a time when we ha... | jar@chromium.org | 2010-04-02 | 27 | -1073/+332 |
* | Move allocator dependency to base for profiler.cc. | mmoss@google.com | 2010-04-02 | 2 | -8/+6 |
* | Use "preload_engines" pref on Chrome side to save the list of active IMEs. | yusukes@chromium.org | 2010-04-02 | 2 | -124/+239 |
* | Adding "preload_engines" and "use_global_engine" preferences to Chrome side. | yusukes@chromium.org | 2010-04-02 | 5 | -2/+79 |
* | Change KeyboardAccessTests from DISABLED to FLAKY to see if they pass now. | dmazzoni@chromium.org | 2010-04-02 | 1 | -2/+2 |
* | 1. Create a new sandbox type which allows access to Unix sockets in the Mac | msneck@google.com | 2010-04-02 | 8 | -9/+121 |
* | Enable DnsMasterTest.*, URLFetcher*Test.*, HttpBridgeTest.* | glider@chromium.org | 2010-04-02 | 1 | -8/+0 |
* | Don't navigate TestShell page to about:blank if it's devtools frontend becaus... | yurys@chromium.org | 2010-04-02 | 1 | -3/+7 |
* | Updating trunk VERSION from 368.0 to 369.0 | chrome-release@google.com | 2010-04-02 | 1 | -1/+1 |
* | Add remaining test cases for NetworkScreen. | nkostylev@google.com | 2010-04-02 | 3 | -43/+116 |
* | Repair DevTools in docked mode on Gtk. After http://codereview.chromium.org/1... | yurys@chromium.org | 2010-04-02 | 1 | -2/+12 |
* | POSIX: In functions where we wait for a process with timeout, increment the a... | thestig@chromium.org | 2010-04-02 | 1 | -14/+24 |