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
path:
root
/
chrome
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop some libraries that don't work yet on Linux.
evan@chromium.org
2009-02-12
1
-4
/
+11
*
Stub out ~ScopableCPRequest().
evan@chromium.org
2009-02-12
1
-0
/
+5
*
Add chrome/browser/ssl/ssl_manager.cc to the build.
tc@google.com
2009-02-12
6
-56
/
+91
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
36
-171
/
+331
*
Validate HWNDs that the renderer asks to be moved.
deanm@chromium.org
2009-02-12
1
-0
/
+7
*
Suppress error dialog in headless mode when
huanr@chromium.org
2009-02-12
2
-1
/
+4
*
Add the first unit-test that tests our IME backend.
hbono@chromium.org
2009-02-12
2
-0
/
+56
*
Make fav_icon_helper compile on POSIX, remove some unneeded #includes.
thestig@chromium.org
2009-02-12
7
-22
/
+25
*
For now, turn off the Mac sandbox.
jrg@chromium.org
2009-02-12
1
-0
/
+5
*
POSIX: Clean up DescriptorSet
agl@chromium.org
2009-02-12
6
-63
/
+143
*
POSIX: basic IPC logging
agl@chromium.org
2009-02-12
8
-42
/
+135
*
OSX: Workaround CMSG_FIRSTHDR bug
agl@chromium.org
2009-02-12
1
-17
/
+41
*
Remove VisitedLink NOTIMPLEMENTED() now that history is fixed.
evan@chromium.org
2009-02-12
1
-10
/
+0
*
Fix a memory leak caused by AudioRenedererHost.
hclam@chromium.org
2009-02-12
3
-5
/
+10
*
Change url wstrings to GURLS
estade@chromium.org
2009-02-12
30
-157
/
+161
*
Revert "Create a chrome_resources.vcproj that holds grd files that hold"
tc@google.com
2009-02-12
71
-511
/
+807
*
Make tab_restore_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-12
8
-16
/
+25
*
Create a chrome_resources.vcproj that holds grd files that hold
tc@google.com
2009-02-12
71
-807
/
+511
*
Make previous change actually work.
evan@chromium.org
2009-02-12
1
-27
/
+1
*
Fix totally broken include set.
evan@chromium.org
2009-02-12
1
-0
/
+2
*
Blind build fix?
evan@chromium.org
2009-02-12
1
-0
/
+6
*
janitorial: browser_render_process_host header/lint cleanup. (try 2)
thestig@chromium.org
2009-02-11
13
-25
/
+31
*
Bring history.cc and dependents into the build.
evan@chromium.org
2009-02-11
7
-85
/
+43
*
Refactor plugin process code in the browser process so that the browser/about...
jam@chromium.org
2009-02-11
25
-600
/
+549
*
Remove leaks that are now fixed.
rvargas@google.com
2009-02-11
1
-112
/
+0
*
Enable the ResourceDispatcherHost unittest for Mac and linux.
paul@chromium.org
2009-02-11
2
-1
/
+4
*
Renderer and test shell now handle --enable-video with SetMediaPlayerAvailable.
scherkus@chromium.org
2009-02-11
1
-0
/
+5
*
Port CrossSiteResourceHandler to Mac and Linux.
paul@chromium.org
2009-02-11
4
-42
/
+3
*
POSIX: Change FD passing test to send many messages
agl@chromium.org
2009-02-11
1
-17
/
+26
*
Make session_service.cc compile on Mac and Linux.
jhawkins@chromium.org
2009-02-11
9
-28
/
+105
*
Make it clear the dictionary .delta files are included under the existing GPL...
ifette@google.com
2009-02-11
1
-1
/
+1
*
Implement more of the TabContentsDelegate to hook up loading URLs from the lo...
pinkerton@chromium.org
2009-02-11
5
-46
/
+114
*
Call InitWebCoreSystemInterface() on OS X.
jeremy@chromium.org
2009-02-11
1
-0
/
+3
*
Reverting 9594.
thestig@chromium.org
2009-02-11
12
-29
/
+25
*
Fetch SDCH dictionary as soon as current URL fetch completes
jar@chromium.org
2009-02-11
2
-5
/
+7
*
Remove final traces of IE from cross-platform password manager.
evan@chromium.org
2009-02-11
3
-1
/
+12
*
Fix some plugin-related NOTIMPLEMENTED()s in gtk Chrome.
evan@chromium.org
2009-02-11
3
-20
/
+10
*
janitorial: clean up unnecessary includes in src/chrome/renderer.
thestig@chromium.org
2009-02-11
12
-25
/
+29
*
Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync message
ananta@chromium.org
2009-02-11
3
-6
/
+4
*
Disabling the BrowsersRememberFocus test in interactive ui tests to keep
ananta@chromium.org
2009-02-11
1
-1
/
+1
*
Updating reference build to revision 9586 to pick up the latest automation
ananta@chromium.org
2009-02-11
85
-2211
/
+5665
*
POSIX: TestVisitedMsg; use valid file descriptor (unit_tests fix)
agl@chromium.org
2009-02-11
1
-1
/
+1
*
The Chrome Automation framework is based on a homegrown request response IPC ...
ananta@chromium.org
2009-02-11
12
-2131
/
+1507
*
Media player availability now determined by SetMediaPlayerAvailable.
scherkus@chromium.org
2009-02-11
1
-2
/
+9
*
Add a unit test to check that the extension is not repeated in a downloaded f...
sidchat@google.com
2009-02-11
1
-0
/
+3
*
Add build flags to chrome.xcodeproj
amanda@chromium.org
2009-02-11
1
-0
/
+13
*
POSIX: Transfer network data using shared memory
agl@chromium.org
2009-02-11
14
-71
/
+71
*
Text fields were not getting focused.
jcampan@chromium.org
2009-02-11
1
-0
/
+1
*
Almost complete implementation of the Chrome video renderer. Still needs to ...
ralphl@chromium.org
2009-02-11
2
-27
/
+421
*
Fix some files in common. I changed this a while ago but forgot to check it in
brettw@chromium.org
2009-02-11
1
-1
/
+5
[next]