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
*
Migrating the SSL UI tests to be browser tests.
jcampan@chromium.org
2009-04-29
8
-88
/
+899
*
Move window chrome into drag overlay so they stand out more during a drag out...
pinkerton@chromium.org
2009-04-29
2
-1
/
+14
*
Move TabsAPI, bookmarks, and buildbot extensiosn into samples/ dir.
aa@chromium.org
2009-04-29
11
-1
/
+0
*
Fix a DCHECK hit from RefCountedBase class.
kuchhal@chromium.org
2009-04-29
1
-2
/
+2
*
Fix SlideAnimatorGtk::OpenWithoutAnimation().
estade@chromium.org
2009-04-29
2
-9
/
+36
*
A better fix for http://www.crbug.com/2044: crash
senorblanco@chromium.org
2009-04-29
2
-0
/
+8
*
missing file from last commit
estade@chromium.org
2009-04-29
1
-1
/
+2
*
Enable two more installer tests.
kuchhal@chromium.org
2009-04-29
1
-2
/
+2
*
Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...
pkasting@chromium.org
2009-04-29
6
-45
/
+37
*
Linux findbar improvements:
estade@chromium.org
2009-04-29
7
-74
/
+110
*
Try --force-uninstall param to see if that fixes installer tests.
kuchhal@chromium.org
2009-04-29
2
-5
/
+5
*
Patch from <yuzo@google.com>:
ben@chromium.org
2009-04-29
1
-2
/
+9
*
Implement dropping of tabs into an existing tab strip from another window. Im...
pinkerton@chromium.org
2009-04-29
6
-41
/
+162
*
Patch by Shinichiro Hamaji <hamaji@google.com>:
ben@chromium.org
2009-04-29
5
-1
/
+23
*
more extensions bookmarks changes:* add schema verification* add unit tests f...
erikkay@google.com
2009-04-29
8
-95
/
+468
*
Switch to a raw kAEOpenDocuments AppleEvent handler for opening dropped files...
avi@google.com
2009-04-29
1
-5
/
+33
*
Remove an include that's no longer necessary (constant moved headers).
pinkerton@chromium.org
2009-04-29
1
-1
/
+0
*
Add descriptive text for omnibox popup result items.
ben@chromium.org
2009-04-29
8
-40
/
+103
*
Part 1 of sample sprucing. Also, change chromium_extension.py to generate a r...
aa@chromium.org
2009-04-29
25
-70
/
+621
*
Fixes bug in dragging tabs. Specifically if you only have one window
sky@chromium.org
2009-04-29
1
-1
/
+1
*
Close the hovered tab on middle mouse click in the Linux tabstrip.
jhawkins@chromium.org
2009-04-29
2
-5
/
+3
*
Two changes:
sky@chromium.org
2009-04-29
14
-44
/
+52
*
Stop debugger by escape key.
sgjesse@chromium.org
2009-04-29
3
-3
/
+16
*
Add new files to the gyp configuration:
sgk@google.com
2009-04-29
1
-0
/
+3
*
Free gtk list. Should fix valgrind warning
dkegel@google.com
2009-04-29
1
-2
/
+4
*
Revert "Instead of passing down a switch to the renderer, storing a member, e...
evan@chromium.org
2009-04-29
4
-6
/
+25
*
Remove unused IPC deserializer
cpu@google.com
2009-04-29
1
-33
/
+0
*
Instead of passing down a switch to the renderer, storing a member, etc., jus...
pkasting@chromium.org
2009-04-29
4
-25
/
+6
*
Add a few extra error messages to help catch typos in schemas.
erikkay@google.com
2009-04-29
1
-2
/
+11
*
Unref the GC so it's destroy after we create it.
deanm@chromium.org
2009-04-29
1
-0
/
+2
*
Add a hook for using the std::set_new_handler().
mbelshe@google.com
2009-04-29
1
-9
/
+2
*
Support for showing memory usage of 64-bit IE in a 32-bit Chromium
mbelshe@google.com
2009-04-29
3
-31
/
+43
*
Back to creating a new GC for each expose.
deanm@chromium.org
2009-04-29
1
-2
/
+1
*
Adds items to the Window menu on Mac.
rohitrao@chromium.org
2009-04-29
1
-0
/
+21
*
Rolling back webkit-gyp switch. r14382
bradnelson@google.com
2009-04-29
55
-148
/
+228
*
Fixing missing dependecies on webcore from glue and others.
bradnelson@google.com
2009-04-29
1
-0
/
+8
*
Switching webkit over to gyp on windows.
bradnelson@google.com
2009-04-29
55
-228
/
+147
*
Reverting 14826.
ben@chromium.org
2009-04-29
8
-103
/
+40
*
Support PgUp/PgDn in Omnibox for "first entry/last entry"
ukai@chromium.org
2009-04-29
4
-17
/
+32
*
Add descriptive text for omnibox popup result items.
ben@chromium.org
2009-04-29
8
-39
/
+102
*
Changes in preparation for webkit switch to gyp.
bradnelson@google.com
2009-04-29
1
-1
/
+1
*
Adding dependency v8_nosnapshot -> js2c.
bradnelson@google.com
2009-04-29
1
-12
/
+11
*
Write a test for my previous patch to fix a crash in back/forward navigations
brettw@chromium.org
2009-04-29
3
-10
/
+88
*
Buffered data source that does range request to provide data to media pipeline
hclam@chromium.org
2009-04-29
5
-1
/
+874
*
Update a test expectation due to rolling GURL dep.
ericroman@google.com
2009-04-29
2
-2
/
+3
*
Suppress a GTK warning and file a bug for it.
estade@chromium.org
2009-04-29
1
-3
/
+9
*
Finished implementing seeking in WebMediaPlayerDelegateImpl.
scherkus@chromium.org
2009-04-29
3
-4
/
+19
*
Fix mac build break.
kuchhal@chromium.org
2009-04-28
2
-0
/
+2
*
Style fixes for previous review:
paul@chromium.org
2009-04-28
1
-6
/
+7
*
Fix Google Chrome build by moving Chromium specific string resource to common...
kuchhal@chromium.org
2009-04-28
2
-3
/
+3
[next]