| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid calling Abort from main thread on IBinding created on another thread. I... | apatrick@google.com | 2009-07-10 | 2 | -7/+9 |
* | Linux: all the binary to be readable with the SUID sandbox. | agl@chromium.org | 2009-07-10 | 1 | -9/+13 |
* | Packaging changes to incorporate Linux default browser selection. | mdm@chromium.org | 2009-07-10 | 1 | -0/+2 |
* | Broke my own unittest. The expected behavior when calling | rohitrao@chromium.org | 2009-07-10 | 1 | -3/+8 |
* | Add default browser checking and setting on Linux. | mdm@chromium.org | 2009-07-10 | 5 | -15/+150 |
* | Implementation of Extension Updater. | asargent@chromium.org | 2009-07-10 | 10 | -38/+1273 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 23 | -9/+265 |
* | Enables find in page match counts on Mac. | rohitrao@chromium.org | 2009-07-10 | 2 | -20/+10 |
* | Properly restart extensions with no visible UI. | phajdan.jr@chromium.org | 2009-07-10 | 1 | -1/+7 |
* | DevTools: postpone after-compile event propagation to the UI until scripts pa... | pfeldman@chromium.org | 2009-07-10 | 2 | -9/+24 |
* | DevTools: Show exception message in a resource message bubble while stopped o... | pfeldman@chromium.org | 2009-07-10 | 1 | -0/+69 |
* | Point to correct app test binary | nirnimesh@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | A quick fix for Issue 15971. | hbono@chromium.org | 2009-07-10 | 1 | -3/+4 |
* | A quick fix for Issue 15852. | hbono@chromium.org | 2009-07-10 | 1 | -9/+13 |
* | Pulling in new gyp version with 'none' type workaround. | bradnelson@chromium.org | 2009-07-10 | 3 | -3/+15 |
* | Quick fix for linux shared build. | craig.schlenter@chromium.org | 2009-07-10 | 1 | -0/+4 |
* | Disabled tests that rely on cross-process MessagePorts, as they are not yet | michaeln@google.com | 2009-07-10 | 1 | -0/+4 |
* | Increase the width of the font and language dialog in Arabic Chrome. | jshin@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Making it possible to run scons on vista using VS2008 without having to insta... | vangelis@google.com | 2009-07-10 | 2 | -5/+15 |
* | Revert "plugins: use OnChannelError to detect when the channel goes away" | evan@chromium.org | 2009-07-10 | 4 | -15/+31 |
* | Revert "Revert "Revert "Linux: add LOG(FATAL) to try and catch an error.""" | agl@chromium.org | 2009-07-10 | 1 | -8/+0 |
* | Fix some coverity warnings in src/net. | willchan@chromium.org | 2009-07-10 | 3 | -9/+9 |
* | Linux: don't crash when performing font fallback to a non-scalable font. | agl@chromium.org | 2009-07-10 | 2 | -10/+8 |
* | Revert "Revert "Linux: add LOG(FATAL) to try and catch an error."" | agl@chromium.org | 2009-07-10 | 1 | -0/+8 |
* | plugins: use OnChannelError to detect when the channel goes away | evan@chromium.org | 2009-07-10 | 4 | -31/+15 |
* | Fix another string conversion with UTF16ToWideHack | ben@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Refactor audio renderer algorithms to use BufferQueue. Also cleaned up some c... | kylep@chromium.org | 2009-07-10 | 6 | -198/+88 |
* | fix for osx | gman@google.com | 2009-07-10 | 1 | -1/+1 |
* | Fix another string conversion with UTF16ToWideHack | ben@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | GTK Themes: Provide the correct inactive frame tint color. | erg@google.com | 2009-07-10 | 2 | -4/+2 |
* | fix mac compile bustage - use a different string conversion function for GetC... | ben@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Convert some stuff to string16 so the toolkit_views build can build again | ben@chromium.org | 2009-07-10 | 9 | -35/+37 |
* | Roll Webkit to 45678 (45679 breaks us, will remedy that real soon now) | michaeln@google.com | 2009-07-10 | 1 | -1/+1 |
* | linux: move gtk_init to the right thread | piman@google.com | 2009-07-10 | 2 | -16/+21 |
* | Fix window.close() not working for modal dialogs. | jam@chromium.org | 2009-07-10 | 3 | -1/+10 |
* | Made MediaFilter::host_ and MediaFilter::message_loop_ private. | scherkus@chromium.org | 2009-07-09 | 16 | -75/+76 |
* | linux/mac: Fix return status of OpenChannelToPlugin message in case of failure | piman@google.com | 2009-07-09 | 1 | -0/+7 |
* | Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private." | scherkus@chromium.org | 2009-07-09 | 15 | -67/+66 |
* | Made MediaFilter::host_ and MediaFilter::message_loop_ private. | scherkus@chromium.org | 2009-07-09 | 15 | -66/+67 |
* | Add ClientInfo | gman@google.com | 2009-07-09 | 19 | -15/+477 |
* | Improve performance of dragged tab renderering. | estade@chromium.org | 2009-07-09 | 4 | -91/+117 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 11 | -252/+645 |
* | Disk cache: Don't evict entries if we are busy doing other stuff. | rvargas@google.com | 2009-07-09 | 4 | -20/+58 |
* | Incorporate new Linux common files after deb packaging refactoring. | thestig@chromium.org | 2009-07-09 | 1 | -5/+8 |
* | Manually declare media_format() because gmock does not like mocking non-copya... | scherkus@chromium.org | 2009-07-09 | 1 | -4/+12 |
* | Fix custom cursors on Mac. Null and 0 turn out not to be opposites. | darin@chromium.org | 2009-07-09 | 2 | -1/+5 |
* | Always let other handlers run for render area mouse clicks. | estade@chromium.org | 2009-07-09 | 1 | -1/+3 |
* | Disk cache: Add explicit support for eviction / deletion | rvargas@google.com | 2009-07-09 | 7 | -13/+279 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 18 | -236/+276 |
* | Roll webkit DEPS 45664-45673 | michaeln@google.com | 2009-07-09 | 1 | -1/+1 |