| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-baselining the geturlnotify-from-npp-destroystream.html as the behavior of... | ananta@chromium.org | 2008-10-18 | 2 | -5/+3 |
* | Allow middle click on the only tab with one window open. | ben@chromium.org | 2008-10-17 | 4 | -10/+53 |
* | Support shortcut show styles for "run maximized", "run minimized" etc. | ben@chromium.org | 2008-10-17 | 4 | -3/+10 |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 18 | -534/+509 |
* | Rebaseline a few tests that are new since the merge. They | tc@google.com | 2008-10-17 | 19 | -11/+111 |
* | Changes BookmarkDragData to allow for multiple nodes. I'm going to | sky@google.com | 2008-10-17 | 5 | -150/+306 |
* | Misc cleanups | ericroman@google.com | 2008-10-17 | 6 | -26/+47 |
* | Fix a couple more build errors, and make the V8 DerivedSources.make mirror th... | pkasting@chromium.org | 2008-10-17 | 3 | -6/+7 |
* | We were still warning about a dangerous download when the user has picked the... | jcampan@chromium.org | 2008-10-17 | 1 | -2/+8 |
* | Straighten out the way the system menu works a bit. We no longer create the m... | ben@chromium.org | 2008-10-17 | 7 | -41/+32 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 14 | -26/+198 |
* | Fix problem where "text/xml" responses get buffered past 512 bytes, causing t... | ericroman@google.com | 2008-10-17 | 3 | -1/+17 |
* | Increase socket buffer size from default (8KB) to 64KB. | mbelshe@google.com | 2008-10-17 | 1 | -0/+45 |
* | Revert r3564, "We want these symbols on all platforms." | evanm@google.com | 2008-10-17 | 1 | -0/+4 |
* | We want these symbols on all platforms. | evanm@google.com | 2008-10-17 | 1 | -4/+0 |
* | Make ChromeThreadTest and TextDatabaseTest inherit from PlatformTest for | mark@chromium.org | 2008-10-17 | 3 | -6/+24 |
* | Q: Am I still needed? A: No. | mark@chromium.org | 2008-10-17 | 1 | -3/+0 |
* | Fixed clipboard format type in function signature. | estade@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Remove duplicate Console.cpp compile. | dglazkov@google.com | 2008-10-17 | 1 | -1/+0 |
* | more bustage fixes | ben@chromium.org | 2008-10-17 | 1 | -4/+4 |
* | more bustage fixes | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | fix release bustage :-( | ben@chromium.org | 2008-10-17 | 1 | -1/+4 |
* | attempt at fixing release bustage | ben@chromium.org | 2008-10-17 | 1 | -0/+2 |
* | part one of bustage fix - forgot to land this with previous CL. http://crbug.... | ben@chromium.org | 2008-10-17 | 1 | -0/+3 |
* | Roll DEPS to greenify layout tests | dglazkov@google.com | 2008-10-17 | 1 | -1/+1 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 24 | -114/+90 |
* | Remove some code I accidentally left in which is causing asserts and crashes. | brettw@google.com | 2008-10-17 | 1 | -6/+0 |
* | Added linux clipboard. | estade@chromium.org | 2008-10-17 | 5 | -6/+179 |
* | Fix a potential crasher in SpellChecker Add to dictionary feature. | sidchat@google.com | 2008-10-17 | 1 | -1/+2 |
* | add/remove files to fix bustage | pinkerton@google.com | 2008-10-17 | 1 | -9/+13 |
* | testing something else | ben@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | Adds the anti-carpet bombing dialog. More specifically a new | sky@google.com | 2008-10-17 | 25 | -204/+1378 |
* | Add processing for a master profile json file on first run. Allows: | cpu@google.com | 2008-10-17 | 5 | -18/+137 |
* | Temporarily disable failing unit tests. Opened issue 3542. | joshia@google.com | 2008-10-17 | 1 | -2/+4 |
* | Implement ScriptCallContext (2/5) | dglazkov@google.com | 2008-10-17 | 1 | -1/+1 |
* | Implement ScriptCallContext (3/2)This is an improved (and working!) revision ... | dglazkov@google.com | 2008-10-17 | 13 | -526/+158 |
* | Fix bugs with coverage.py | niranjan@google.com | 2008-10-17 | 1 | -39/+76 |
* | Fix bug 3470, where the download tab would show the temporary name for danger... | jcampan@chromium.org | 2008-10-17 | 5 | -25/+70 |
* | Fix post url layout test. | joshia@google.com | 2008-10-17 | 3 | -7/+9 |
* | Add some trace statements in an attempt to find the reason why a Find test is... | finnur@google.com | 2008-10-17 | 1 | -0/+23 |
* | testing a theory... | ben@chromium.org | 2008-10-17 | 1 | -2/+4 |
* | Backing out ScriptCallContext | dglazkov@google.com | 2008-10-17 | 10 | -156/+364 |
* | Implement ScriptCallContext (2/2) | dglazkov@google.com | 2008-10-17 | 10 | -364/+156 |
* | Removes expiring of recently closed tabs from new tab page. Also makes | sky@google.com | 2008-10-17 | 2 | -34/+5 |
* | Fix bug where a shelf or infobar would not be closed correctly when closing a... | glen@google.com | 2008-10-17 | 4 | -16/+21 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 21 | -205/+363 |
* | Removes an unneeded override. | sky@google.com | 2008-10-17 | 2 | -7/+0 |
* | Initial Mac implementation of SSL. Requires the full-duplex socket introduced... | avi@google.com | 2008-10-17 | 5 | -21/+774 |
* | Stub out writing to the pasteboard. Ends up calling NSAttributedString initWi... | pinkerton@google.com | 2008-10-17 | 1 | -0/+10 |
* | Rebaselining LayoutTests/css3/transform-value-types.html to deal with impleme... | olehougaard@google.com | 2008-10-17 | 3 | -1/+35 |