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
*
Fix up bookmark bar event stuff.
estade@chromium.org
2009-08-11
1
-7
/
+25
*
Added a button to the bookmark bar which shows up when the sync
idana@chromium.org
2009-08-11
5
-8
/
+158
*
Add UMA histograms for chrome-sync.We add the following histograms:Sync.Merge...
brg@chromium.com
2009-08-11
7
-7
/
+105
*
Revert "Fix "crashed extension" infobar browser crashes."
phajdan.jr@chromium.org
2009-08-11
14
-175
/
+96
*
Cleanup GtkIMContext related code by splitting it into separated source file.
suzhe@chromium.org
2009-08-11
5
-569
/
+667
*
Back out r22981, it may have caused Windows test failures.
mark@chromium.org
2009-08-11
8
-186
/
+69
*
GTK: Add back numpad accelerators that were lost in r22423
estade@chromium.org
2009-08-11
1
-0
/
+20
*
Make sure we don't set focus to the findbar until after the focus is restored...
estade@chromium.org
2009-08-11
7
-20
/
+24
*
Fix "crashed extension" infobar browser crashes.
phajdan.jr@chromium.org
2009-08-11
14
-96
/
+175
*
gtk: Post the SendNotification in a task on the UI thread. In rare instances...
jhawkins@chromium.org
2009-08-11
1
-1
/
+2
*
Commit patch for Pierre-Antoine LaFayette, original CL:
paul@chromium.org
2009-08-11
1
-3
/
+16
*
Fix Extensions PRESUBMIT.PY.
rafaelw@chromium.org
2009-08-11
1
-61
/
+36
*
Provide a separate app bundle for subprocesses like the renderer on the Mac.
mark@chromium.org
2009-08-11
10
-69
/
+232
*
Mask the close button on the download shelf so that it's visible even in dark...
mirandac@chromium.org
2009-08-11
3
-1
/
+24
*
GTK: button clicking cleanup.
estade@chromium.org
2009-08-11
11
-153
/
+34
*
Remove CRs from docs. Fix build.py script to not produce them
rafaelw@chromium.org
2009-08-10
14
-49
/
+17
*
Fix a bug when exiting Mac Chrome with in progress downloads.
paul@chromium.org
2009-08-10
1
-65
/
+75
*
Add an image to mask the download shelf close button so that themes don't hide
mirandac@chromium.org
2009-08-10
1
-0
/
+0
*
Use new tag/channel API for Keystone.
jrg@chromium.org
2009-08-10
2
-4
/
+37
*
Updating trunk VERSION build from 200.0 to 201.0
jon@chromium.org
2009-08-10
1
-1
/
+1
*
Updating trunk VERSION build from 199.0 to 200.0
jon@chromium.org
2009-08-10
1
-1
/
+1
*
Updating trunk VERSION build from 198.0 to 199.0
jon@chromium.org
2009-08-10
1
-1
/
+1
*
linux: fix race in TransportDIB passing
piman@chromium.org
2009-08-10
3
-3
/
+11
*
Use system default favicon in tab strip when using GTK theme.
estade@chromium.org
2009-08-10
2
-13
/
+32
*
Have the restored size returned when the browser asks for it. This
tc@google.com
2009-08-10
1
-1
/
+1
*
Update the window shape after changing themes. We were losing the rounded
tc@google.com
2009-08-10
1
-0
/
+1
*
gtk: Don't crash if the user double clicks an empty area of the task manager ...
jhawkins@chromium.org
2009-08-10
1
-2
/
+4
*
Make mouse cursor temporarily hide on keyboard input.
thakis@chromium.org
2009-08-10
1
-0
/
+12
*
Correct the PrependInteger stack trace capture:
sgk@google.com
2009-08-10
1
-21
/
+3
*
Fix EOL on devguide.html
maruel@chromium.org
2009-08-10
1
-1
/
+2
*
Fix startup test error for now.
mirandac@chromium.org
2009-08-10
1
-1
/
+1
*
Turn off startup test for now to fix bots.
mirandac@chromium.org
2009-08-10
1
-3
/
+3
*
Change "Cancelled" to "Canceled". Original patch by Thiago Farina (see http:...
pkasting@chromium.org
2009-08-10
3
-9
/
+9
*
Add new profile with complex theme for startup testing.
mirandac@chromium.org
2009-08-10
14
-0
/
+90
*
gtk: Desensitize the "End Process" button when first loading the task manager.
jhawkins@chromium.org
2009-08-10
1
-0
/
+5
*
Work around a compiz bug where starting chrome and trying to maximize
tc@google.com
2009-08-10
2
-6
/
+15
*
Another stack trace for leak in rsa_private_key_win.cc.
sgk@google.com
2009-08-10
1
-0
/
+18
*
If URL requests are to be routed through the external host, the ExternalTabCo...
ananta@chromium.org
2009-08-10
3
-2
/
+8
*
Fix bookmark bar chevron not being pinned to right when launch with bar open.
jrg@chromium.org
2009-08-10
4
-3
/
+40
*
Test startup of new tab page with a complex theme.
mirandac@chromium.org
2009-08-10
4
-21
/
+62
*
Only have middle click lower the window if we hit the titlebar or
tc@google.com
2009-08-10
1
-1
/
+3
*
Changes SessionService to make sure a Pickle is deleted before the
sky@chromium.org
2009-08-10
1
-5
/
+10
*
Rework visited link updating mechanism to be more robust.
dglazkov@chromium.org
2009-08-10
3
-24
/
+69
*
A blind fix for Issue 18837 (and a build fix for VS2008)
hbono@chromium.org
2009-08-10
1
-7
/
+10
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
24
-249
/
+288
*
Renaming the class ShelfItemDialog to URLPicker, and ShelfItemDialogDelegate ...
thakis@chromium.org
2009-08-10
7
-453
/
+456
*
Modified the browser controller so that it can revert the location bar when a...
yusukes@google.com
2009-08-10
1
-0
/
+17
*
add "remove" to download item context menu on mac
thakis@chromium.org
2009-08-10
3
-65
/
+102
*
Add a big more structure to the extensions docs.
aa@chromium.org
2009-08-09
6
-146
/
+76
*
Fix the extension doc page titles and flicker a bit.
aa@chromium.org
2009-08-09
4
-8
/
+10
[next]