| Commit message (Expand) | Author | Age | Files | Lines |
* | Look for sync_password under %USERPROFILE% in addition to alongside the script, | tim@chromium.org | 2009-09-30 | 1 | -398/+404 |
* | GTK: Implement popup favicon menu. | estade@chromium.org | 2009-09-30 | 6 | -69/+154 |
* | Fixing compilation error. | apatrick@google.com | 2009-09-30 | 1 | -6/+6 |
* | Stops the throbber from spinning if the user cancels a beforeunload dialog, | creis@google.com | 2009-09-30 | 3 | -0/+37 |
* | Coverity: tips_cache_->GetSize() returns an unsigned int so the comparison >=... | jhawkins@chromium.org | 2009-09-30 | 1 | -1/+3 |
* | [Mac] Rewrite and renable a badly-written unittest. | rohitrao@chromium.org | 2009-09-30 | 1 | -59/+37 |
* | Remove the ClientSocketFactory from the HttpNetworkTransaction | mbelshe@google.com | 2009-09-30 | 6 | -139/+60 |
* | Coverity: Remove the check for index < 0 because index is a size_t and can ne... | jhawkins@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Remove IdleTimer, which no one uses. | pkasting@chromium.org | 2009-09-30 | 6 | -537/+0 |
* | Make the cache columns in the Task Manager sortable and only displayed once p... | pkasting@chromium.org | 2009-09-30 | 3 | -2/+45 |
* | Widen operator new(unsigned int) and operator new(int) in | dkegel@google.com | 2009-09-30 | 2 | -31/+22 |
* | media::FFmpegDemuxer giving too much errors | hclam@chromium.org | 2009-09-30 | 1 | -2/+4 |
* | Make browser actions highlight on mouseover using theme colors. | aa@chromium.org | 2009-09-30 | 2 | -18/+17 |
* | Landing patch from contributor Thiago Farina. | finnur@chromium.org | 2009-09-30 | 9 | -13/+12 |
* | Remove all MemoryModel-related code, since we're unlikely to use it again. A... | pkasting@chromium.org | 2009-09-30 | 16 | -234/+8 |
* | CRLF->LF to avoid future patch failures on the try bots. | tommi@chromium.org | 2009-09-30 | 1 | -105/+105 |
* | CRLF->LF | tommi@chromium.org | 2009-09-30 | 1 | -11/+11 |
* | [Mac] Make the "Get themes" button in Preferences a link (again) | rsesek@chromium.org | 2009-09-30 | 2 | -15/+27 |
* | Fixes painting problems with views on Gtk. In particular during a | sky@chromium.org | 2009-09-30 | 2 | -12/+21 |
* | Adds a virtual dtor to BaseTestServer | cpu@chromium.org | 2009-09-30 | 1 | -0/+2 |
* | Add an optional WebFrame parameter to WebView::findFrameByName. | darin@chromium.org | 2009-09-30 | 11 | -6/+227 |
* | Add a couple of new TSAN suppressions, fix an old one | timurrrr@chromium.org | 2009-09-30 | 2 | -2/+15 |
* | Added 32-bit float textures to command buffers, also changed the texture::For... | petersont@google.com | 2009-09-30 | 6 | -20/+55 |
* | Roll DEPS for Webkit 48927:48937. | senorblanco@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Massage autogenerated suppressions to be more portable | dkegel@google.com | 2009-09-30 | 1 | -1/+22 |
* | Page Info Window | thomasvl@chromium.org | 2009-09-30 | 3 | -51/+190 |
* | Add bug 23450 to suppressions list. | huanr@chromium.org | 2009-09-30 | 1 | -0/+34 |
* | Remove the now-deleted bmp from the gyp file. | tommi@chromium.org | 2009-09-30 | 1 | -1/+0 |
* | Print suppressions used by ThreadSanitizer. | timurrrr@chromium.org | 2009-09-30 | 2 | -11/+40 |
* | Added command line argument --enable-webgl to facilitate turning on | kbr@google.com | 2009-09-30 | 9 | -2/+25 |
* | Make it possible to sort the WebCore Cache size columns in the Task Manager. ... | pkasting@chromium.org | 2009-09-30 | 5 | -69/+65 |
* | This fixes the Linux GYP build, fixing a number of (ahem!) problems | bradnelson@google.com | 2009-09-30 | 19 | -80/+88 |
* | Switching asynchronous tick callback in chrome to use the empty data url meth... | vangelis@google.com | 2009-09-30 | 1 | -8/+39 |
* | Remove test fixed in http://trac.webkit.org/changeset/48889 from test expecta... | dglazkov@chromium.org | 2009-09-30 | 1 | -3/+0 |
* | Enable <video> using cache | hclam@chromium.org | 2009-09-30 | 7 | -176/+209 |
* | Updating Native Client | gregoryd@google.com | 2009-09-30 | 1 | -1/+1 |
* | Make moles work for --show-extensions-on-top. | sidchat@chromium.org | 2009-09-30 | 1 | -5/+8 |
* | Fix for a focus related unit-test on Linux toolkit views. | jcampan@chromium.org | 2009-09-30 | 1 | -12/+13 |
* | Updates o3d_code_rev to 149, to accommadate for new screenshot names. | kkania@google.com | 2009-09-30 | 1 | -1/+1 |
* | Don't fire two wake notifications for user-initiated system wake-from-sleep. | pkasting@chromium.org | 2009-09-30 | 1 | -2/+5 |
* | PGO build other change | cpu@chromium.org | 2009-09-30 | 1 | -0/+7 |
* | Change disk access on theme install from UI to File thread. | mirandac@chromium.org | 2009-09-30 | 2 | -61/+121 |
* | Moving the work done in WinMain to another method called explictly, | jcampan@chromium.org | 2009-09-30 | 2 | -21/+34 |
* | Add a couple of new ThreadSanitizer suppressions | timurrrr@chromium.org | 2009-09-30 | 1 | -0/+13 |
* | Fix bad Crash signature in known list. | huanr@chromium.org | 2009-09-30 | 1 | -4/+3 |
* | Widen one suppression (to handle -fno-inline?). | dank@chromium.org | 2009-09-30 | 1 | -1/+2 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 35 | -511/+391 |
* | Bring startup test for complex theme up to date. | mirandac@chromium.org | 2009-09-30 | 10 | -62/+6 |
* | When a button may have grown (e.g. icon loaded), recompute if we need | jrg@chromium.org | 2009-09-30 | 1 | -0/+3 |
* | Fix bookmark trimming. | jrg@chromium.org | 2009-09-30 | 1 | -3/+4 |