index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn on ENABLE_CHANNEL_MESSAGING.
ericroman@google.com
2009-04-20
3
-6
/
+2
*
Better alignment of the omnibox edit entry.
deanm@chromium.org
2009-04-20
5
-80
/
+127
*
Add js bindings for eventSender.zoomPageIn and eventSender.zoomPageOut.
ericroman@google.com
2009-04-20
3
-3
/
+16
*
ProxyConfigService for Linux.
sdoyon@chromium.org
2009-04-20
14
-54
/
+1552
*
Updating trunk VERSION build from 175.0 to 176.0
jon@chromium.org
2009-04-20
1
-1
/
+1
*
Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing...
pkasting@chromium.org
2009-04-20
5
-26
/
+66
*
Add a unit test for BaseView. Add a helper to get the contentView more easily.
pinkerton@chromium.org
2009-04-20
4
-1
/
+61
*
Disable StatsTableTest.MultipleThreads since it is flaky under heavy load.
maruel@chromium.org
2009-04-20
1
-0
/
+5
*
Disable the test ConditionVariableTest.MultiThreadConsumerTest until it is st...
maruel@chromium.org
2009-04-20
1
-1
/
+2
*
Null check V8 proxy before clearing it in out of memory situations.
ager@chromium.org
2009-04-20
1
-4
/
+6
*
Make sure that the window is repositioned and if applicable visible before re...
ananta@chromium.org
2009-04-20
1
-3
/
+3
*
Remove some unused code. Removes a couple of WebViewDelegate methods
darin@chromium.org
2009-04-18
9
-128
/
+17
*
Make change to our LayoutTestController to match the change I made upstream to
darin@chromium.org
2009-04-18
1
-1
/
+1
*
Reverting 14005.
brettw@chromium.org
2009-04-18
74
-997
/
+1342
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
74
-1342
/
+997
*
Cleanup in LaunchApp:
phajdan.jr@chromium.org
2009-04-18
1
-17
/
+11
*
Add assertion to help clarify code.
jar@chromium.org
2009-04-18
1
-0
/
+2
*
Retrial of the first step to port file_util::CountFilesCreatedAfter()
erikkay@google.com
2009-04-18
11
-35
/
+59
*
Fix wrong expectations for file when I marked it as slow. TBR.
ojan@chromium.org
2009-04-18
1
-2
/
+2
*
Move the ffmpeg loading function into media library.
ajwong@chromium.org
2009-04-18
6
-60
/
+130
*
Fix printing of expectations in the generated HTML when running
ojan@chromium.org
2009-04-18
1
-3
/
+3
*
Fix duplicate expectations. TBR.
ojan@chromium.org
2009-04-18
1
-38
/
+19
*
Several minor changes to API framework.
aa@chromium.org
2009-04-18
7
-86
/
+148
*
Reverting 13983.
willchan@chromium.org
2009-04-17
7
-510
/
+320
*
An initial batch of slow tests. I took all the tests
ojan@chromium.org
2009-04-17
1
-0
/
+22
*
Add tcp connection time histograms.
willchan@chromium.org
2009-04-17
2
-0
/
+20
*
Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanup
hclam@chromium.org
2009-04-17
6
-165
/
+128
*
Implement full duplex mode for windows tcp sockets.
willchan@chromium.org
2009-04-17
7
-320
/
+510
*
Rolling in new version of gyp.
bradnelson@google.com
2009-04-17
1
-1
/
+1
*
Create a test program for generating false positive statistics
paulg@google.com
2009-04-17
4
-0
/
+288
*
Remove extraneous space from DEPS.
dglazkov@google.com
2009-04-17
1
-1
/
+1
*
In system level install case go back to copying files instead of moving them.
kuchhal@chromium.org
2009-04-17
1
-10
/
+25
*
Fix a couple of style issues.
michaeln@google.com
2009-04-17
6
-11
/
+12
*
A subset of the bookmarks API- missing events- missing unit tests- missing ab...
erikkay@google.com
2009-04-17
12
-122
/
+903
*
Unfork Inspector, Chromium side.
dglazkov@google.com
2009-04-17
9
-15
/
+118
*
Restore a line in test expectations. Not sure why this got changed.
ericroman@google.com
2009-04-17
1
-2
/
+2
*
Fix error suppressing. It turns out that both the signal handling
ojan@chromium.org
2009-04-17
3
-1
/
+15
*
Do a better job of counting SDCH packets
jar@chromium.org
2009-04-17
2
-24
/
+48
*
Due to some crashes in teardown, change NotificationObservers
mbelshe@google.com
2009-04-17
6
-39
/
+44
*
Initial implementation of the FindBar on Mac.
rohitrao@chromium.org
2009-04-17
17
-42
/
+1047
*
Quickfix to the v8 code generator to properly handle combination of "CustomGe...
ericroman@google.com
2009-04-17
1
-0
/
+8
*
Move the implementation of AutocompletePopupView from AutocompletePopupWin to...
ben@chromium.org
2009-04-17
7
-165
/
+162
*
Add rebaselines, missed from the merge commit.
dglazkov@google.com
2009-04-17
9
-0
/
+53
*
WebKit Merge 42580:42609, Chromium side.
dglazkov@google.com
2009-04-17
60
-114
/
+76
*
Remove a hack that's no longer needed.
pinkerton@chromium.org
2009-04-17
1
-7
/
+0
*
Adding a comment stating what needs to be recompiled in orderfor changes to t...
finnur@chromium.org
2009-04-17
5
-0
/
+41
*
Valgrind reports memory leak in unit test. This is true since we had re-used...
brg@chromium.com
2009-04-17
1
-26
/
+38
*
Fixes saving files that don't have valid extensions.
avi@chromium.org
2009-04-17
4
-4
/
+16
*
Implement a unit test for the toolbar controller. Plumb the profile into the ...
pinkerton@chromium.org
2009-04-17
7
-19
/
+144
*
Reduce the false positive rate for SafeBrowsing gethash requests.
paulg@google.com
2009-04-17
4
-4
/
+27
[next]