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
*
Implement temporary First Run Dialog on OS X
jeremy@chromium.org
2009-05-21
11
-12
/
+850
*
Fix another name I missed.
thomasvl@chromium.org
2009-05-21
1
-1
/
+1
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
4
-44
/
+16
*
Use a NotificationRegistrar to listen for notifications.BUG=2381
pkasting@chromium.org
2009-05-21
5
-60
/
+18
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
9
-45
/
+34
*
Linux: Make page/app menu buttons depress while they're showing the menus.
estade@chromium.org
2009-05-21
4
-6
/
+76
*
GTK: Fix crash when right clicking on a tab in the tabstrip.
erg@google.com
2009-05-21
1
-1
/
+6
*
Prevent a worker that loops forever from preventing shutdown of the worker pr...
jam@chromium.org
2009-05-21
2
-2
/
+42
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
2
-10
/
+3
*
Gets LocationBarView to compile on linux. PageInfoWindow is nearly
sky@chromium.org
2009-05-21
8
-66
/
+142
*
More tests for tab_cold. commenting out drawRect entirely.
pinkerton@chromium.org
2009-05-21
2
-1
/
+16
*
Allow external whitelisted protocols on the Mac.
avi@chromium.org
2009-05-21
1
-3
/
+27
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
6
-44
/
+24
*
Take 2 on fixing Linux build
pkasting@chromium.org
2009-05-21
1
-2
/
+3
*
Fix Linux build
pkasting@chromium.org
2009-05-21
1
-2
/
+2
*
GTK: Clean up the bookmark bar context menu
erg@google.com
2009-05-21
3
-4
/
+10
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
3
-218
/
+85
*
Convert all but one Find test from ui_test to In-Process
finnur@chromium.org
2009-05-21
4
-74
/
+101
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
7
-57
/
+31
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
2
-16
/
+9
*
Theme the find bar.
glen@chromium.org
2009-05-21
10
-52
/
+53
*
Remove the dependency from browser_view on the bug report dialog. I am going to
brettw@chromium.org
2009-05-21
4
-41
/
+65
*
Back to square zero, throbber disabled.
pinkerton@chromium.org
2009-05-21
1
-1
/
+1
*
Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647...
jam@chromium.org
2009-05-21
3
-32
/
+0
*
Move the validation of icons for page actions to load time.
finnur@chromium.org
2009-05-21
3
-16
/
+22
*
Ensure workers don't outlive crashed renderers.
jam@chromium.org
2009-05-21
4
-1
/
+12
*
Close the old browser window after SessionRestore.
willchan@chromium.org
2009-05-21
1
-0
/
+7
*
Rewriting to use CIImage in hopes of better performance. Still playing with p...
pinkerton@chromium.org
2009-05-21
3
-7
/
+24
*
Use NotificationRegistrar to handle notification observing.Also cleans up som...
pkasting@chromium.org
2009-05-21
10
-334
/
+172
*
Make the link to Chromium project page depend on UI locale.
yutak@chromium.org
2009-05-21
2
-2
/
+6
*
Fixed on official app name used for unittests that I missed before.
thomasvl@chromium.org
2009-05-21
1
-1
/
+1
*
GTK: Use correct tabstrip background in Incognito mode.
erg@google.com
2009-05-21
2
-6
/
+7
*
Remove trailing NULL is data sent between chrome processes.
tc@google.com
2009-05-21
1
-5
/
+4
*
Remove one more notimpl.
estade@chromium.org
2009-05-21
1
-4
/
+3
*
Enable "View page info" context menu only for pages which developer commands
estade@chromium.org
2009-05-21
1
-3
/
+3
*
GTK: Don't instantly hide the status bubble; set a callback that does it afte...
erg@google.com
2009-05-21
2
-2
/
+26
*
Cleanup Import Dialog in Linux
tc@google.com
2009-05-21
2
-7
/
+2
*
Activate download shelf button while the menu is showing.
estade@chromium.org
2009-05-21
4
-9
/
+55
*
Check if the test server started successfully before using it.
phajdan.jr@chromium.org
2009-05-21
1
-3
/
+60
*
Include the resources directory in the linux zip file.
tc@google.com
2009-05-21
1
-0
/
+1
*
This is the merge of Yusuke's patch at:
xji@chromium.org
2009-05-21
1
-1
/
+3
*
commenting out setNeedsDisplay, still playing with tab_cold timing.
pinkerton@chromium.org
2009-05-21
1
-1
/
+1
*
DevTools: Provide nice initial location/size for the devtools window.
pfeldman@chromium.org
2009-05-21
1
-8
/
+21
*
Turning timer back on, invalidating timer when removing from superview. Still...
pinkerton@chromium.org
2009-05-21
1
-2
/
+7
*
Update check interval adjustment.
jrg@chromium.org
2009-05-21
1
-0
/
+21
*
Fix a invalid read found by valgrind in process singleton linux.
tc@google.com
2009-05-21
1
-7
/
+26
*
Testing throbber on perf bot
pinkerton@chromium.org
2009-05-21
1
-0
/
+2
*
Move declaration of kMaxRecursionDepth out of #ifdef EXCLUDE_SKIA_DEPENDENCIE...
amit@chromium.org
2009-05-21
1
-2
/
+2
*
Gets info_bubble compiling on linux. This code has a ton of ifdefs. It
sky@chromium.org
2009-05-21
9
-83
/
+121
*
DevTools: remove Debugger menu by default.
pfeldman@chromium.org
2009-05-21
1
-0
/
+7
[next]