| Commit message (Expand) | Author | Age | Files | Lines |
* | Some work in refactoring FindBarWin/FindBarView so | tc@google.com | 2009-03-12 | 15 | -216/+470 |
* | Roll deps to pick up r11542 (mac font metrics) | amanda@chromium.org | 2009-03-12 | 1 | -1/+1 |
* | Add a TabController class to manage a TabView (with corresponding xib). Rewri... | pinkerton@chromium.org | 2009-03-12 | 9 | -45/+653 |
* | Update known crashes. | patrick@chromium.org | 2009-03-12 | 1 | -2/+14 |
* | These two layout tests were failing: | davemoore@chromium.org | 2009-03-12 | 2 | -4/+4 |
* | Redisable the java test. Even though the machine was | nsylvain@chromium.org | 2009-03-12 | 1 | -1/+2 |
* | Remove the Linux test expectation file of a test with the same | kmillikin@chromium.org | 2009-03-12 | 1 | -17/+0 |
* | Initial WebDevToolsAgent implementation contains two agent objects: Dom agent | pfeldman@chromium.org | 2009-03-12 | 25 | -843/+3433 |
* | Have RenderWidgetHostViewGtk take ownership of its widget. | deanm@chromium.org | 2009-03-12 | 1 | -0/+5 |
* | Hookup the escape key on Linux Omnibox to revert to the permanent text (like ... | deanm@chromium.org | 2009-03-12 | 1 | -2/+7 |
* | Fix a Linux Omnibox bug where a widget was used after it was destroyed. | deanm@chromium.org | 2009-03-12 | 1 | -0/+4 |
* | Better keyboard and mouse handling in Omnibox: | deanm@chromium.org | 2009-03-12 | 2 | -33/+64 |
* | Add a GDK_COLOR_RGB macro for constructing GdkColors. | deanm@chromium.org | 2009-03-12 | 4 | -7/+15 |
* | Revert V8 update until I get the mac build and layout tests under control. | ager@chromium.org | 2009-03-12 | 5 | -269/+3 |
* | Update V8 to version 1.1.0. | ager@chromium.org | 2009-03-12 | 5 | -3/+269 |
* | Ensure that a listener's OnChannelConnected is called before OnMessageReceived. | jam@chromium.org | 2009-03-12 | 3 | -22/+20 |
* | Pointing slns at generated vcprojs from base. | bradnelson@google.com | 2009-03-12 | 6 | -1817/+2563 |
* | Re-enable java plugin test (reverting 11510) | jar@chromium.org | 2009-03-12 | 1 | -2/+1 |
* | Add more info to a dcheck to see why DuplicateHandle is failing on the buildbot. | jam@chromium.org | 2009-03-12 | 1 | -1/+2 |
* | Fixes bug were sorting bookmarks wouldn't trigger a save. | sky@google.com | 2009-03-12 | 1 | -0/+3 |
* | Switching to gyp generated vcprojs for some components. | bradnelson@google.com | 2009-03-12 | 8 | -2432/+2 |
* | Restore bretts change (reverting 11506) and disabling java test | jar@chromium.org | 2009-03-12 | 1 | -1/+2 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 30 | -227/+212 |
* | Bring back overriding setParentVisible, since it's needed when a page scripts... | jam@chromium.org | 2009-03-12 | 2 | -0/+14 |
* | Rollback 11498 | jar@chromium.org | 2009-03-12 | 1 | -2/+1 |
* | - Add UI test for DOM checker. | patrick@chromium.org | 2009-03-12 | 9 | -58/+316 |
* | Fix issue with getting self of WorkerContext. | jianli@chromium.org | 2009-03-12 | 2 | -3/+4 |
* | Make fullscreen exit bubble link work by preventing the bubble from ever bein... | pkasting@chromium.org | 2009-03-12 | 2 | -5/+25 |
* | Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h. | thestig@chromium.org | 2009-03-12 | 5 | -6/+3 |
* | Moving the storing/restoring of the focus from TabContents to WebContentsView... | jcampan@chromium.org | 2009-03-12 | 19 | -149/+186 |
* | Revert 11495 (since that reversion didn't heal plugin problem) | jar@chromium.org | 2009-03-12 | 3 | -3/+74 |
* | A couple more linux failures from the merge. TBR. | ojan@google.com | 2009-03-12 | 1 | -0/+2 |
* | Diable a failing test. This seems to be related to the WebKit merge 41559:41588 | brettw@chromium.org | 2009-03-12 | 1 | -1/+2 |
* | Revert 11484 to try to heal plugin_test failure | jar@chromium.org | 2009-03-11 | 3 | -74/+3 |
* | Mac & Linux layout tests failing from merge. | brettw@chromium.org | 2009-03-11 | 1 | -4/+8 |
* | Mark more failing layout tests | brettw@chromium.org | 2009-03-11 | 1 | -0/+4 |
* | rolling DEPS to pick up latest third_party/WebKit, which contains a fix for t... | darin@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Rebaeline some WebKit tests that beoke due to whitespace changes. | brettw@chromium.org | 2009-03-11 | 30 | -263/+531 |
* | Allow passing in package version info, since it's already calculated by the | mmoss@chromium.org | 2009-03-11 | 2 | -72/+56 |
* | Add unit tests for NTLM authentication. This requires | wtc@chromium.org | 2009-03-11 | 3 | -20/+295 |
* | Relanding a backed-out CL that was thought to cause reliability test failure ... | jcampan@chromium.org | 2009-03-11 | 2 | -5/+5 |
* | Rebaseline WebKit tests as a result of the merge. These are the same tests | brettw@chromium.org | 2009-03-11 | 108 | -228/+456 |
* | Block reading unauthenticated bytes from the proxy when the user cancels a 40... | abarth@chromium.org | 2009-03-11 | 3 | -3/+74 |
* | Chrome side of WebKit merge 41559:41588 | brettw@chromium.org | 2009-03-11 | 2 | -3/+3 |
* | Bring over more code from cole to improve the appearance of tabs. Start build... | pinkerton@chromium.org | 2009-03-11 | 2 | -107/+145 |
* | More test list updating fun. | ojan@google.com | 2009-03-11 | 1 | -3/+5 |
* | Minor nits in IO buffer | jar@chromium.org | 2009-03-11 | 2 | -2/+4 |
* | My change to widen the About box got reverted for the Hebrew locale. Readding. | finnur@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux. | sgk@google.com | 2009-03-11 | 3 | -20/+26 |
* | (purify bustage) Correct purify (only) reference to variable | jar@chromium.org | 2009-03-11 | 1 | -1/+1 |