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
*
Changes the width of pinned tabs to be slightly bigger.
sky@chromium.org
2009-07-17
2
-22
/
+12
*
Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack...
dimich@google.com
2009-07-17
7
-133
/
+85
*
linux: splash page update
evan@chromium.org
2009-07-17
2
-32
/
+33
*
This matches the behavior on Windows. Also this change lets user close Chrome...
kuchhal@chromium.org
2009-07-17
2
-0
/
+15
*
Attempt to re-enable the http worker tests. I can't repro the 'flak' so I'm g...
dimich@google.com
2009-07-17
1
-1
/
+1
*
Need to cleanup first run dialog on cancellation too.
kuchhal@chromium.org
2009-07-17
1
-3
/
+4
*
NNTP: Fix issue where focused buttons where not distinguisgable from
arv@google.com
2009-07-17
1
-5
/
+10
*
Fix occasional crash at startup in gtk_chrome_button_expose.
erg@google.com
2009-07-17
1
-2
/
+3
*
Silence compile errors on some compilers by checking return value of fwrite.
estade@chromium.org
2009-07-17
1
-4
/
+13
*
Added an observer for 'pref::kDefaultCharset' change I forgot to add in r1511...
jshin@chromium.org
2009-07-17
2
-3
/
+26
*
Qurey redirects when a thumbnail is set.
meelapshah@chromium.org
2009-07-17
4
-25
/
+107
*
More bad ipc message handling for RenderWidgetHost
cpu@google.com
2009-07-17
2
-5
/
+18
*
Small improvements to the hello world tutorial.
kathyw@google.com
2009-07-17
4
-13
/
+36
*
Implement SetSize for valid size requests.
avi@chromium.org
2009-07-17
1
-6
/
+19
*
Move into browser/cocoa from browser/
pinkerton@chromium.org
2009-07-17
2
-1
/
+1
*
Fixes a leak in [LinkInfoBarController addAdditionalControls].
rohitrao@chromium.org
2009-07-17
1
-2
/
+2
*
Add JS Console menu item to View > Developer submenu. Remove extra Downloads ...
pinkerton@chromium.org
2009-07-17
1
-42
/
+79
*
Adds languages supported by the platform spellchecker to the right
pinkerton@chromium.org
2009-07-17
5
-5
/
+85
*
Fix merge error (benign) from r20910
rafaelw@chromium.org
2009-07-17
2
-2
/
+1
*
A quick fix for Issue 13711 (the second part)
hbono@chromium.org
2009-07-17
1
-1
/
+88
*
Set window icon on task manager.
estade@chromium.org
2009-07-17
1
-0
/
+1
*
A small start: add icons to the extension manifest.
aa@chromium.org
2009-07-17
8
-11
/
+84
*
Fixes a crash in the plugin process caused by the XStandard plugin passing in...
ananta@chromium.org
2009-07-17
1
-0
/
+24
*
Introduce WebLocalizedString and queryLocalizedString methods
darin@chromium.org
2009-07-17
3
-17
/
+24
*
Include output of "lsb_release -d" in crash reports.
thestig@chromium.org
2009-07-17
5
-67
/
+138
*
Makes --pinned-tab-count work if session restore is enabled, but we
sky@chromium.org
2009-07-17
1
-3
/
+26
*
Begin implementation of the context menu for Video and Audio tags.
ajwong@chromium.org
2009-07-17
7
-21
/
+245
*
First cut at infobars on Mac. These are not expected to be
rohitrao@chromium.org
2009-07-17
24
-29
/
+1901
*
forgot a file (or rather gcl was hiding it in another cl)
estade@chromium.org
2009-07-17
1
-10
/
+3
*
Set window icon on options dialog, bookmark manager.
estade@chromium.org
2009-07-17
5
-3
/
+17
*
Experiment with opening links opened via context menu in the foreground.
ben@chromium.org
2009-07-17
1
-1
/
+1
*
Make testers happy.
estade@chromium.org
2009-07-17
1
-1
/
+2
*
Allow dragging a link from the web contents to the bookmark bar to get a name...
estade@chromium.org
2009-07-17
11
-94
/
+162
*
Fix linux unit tests by checking for NULL that's impossible in real code, but...
erg@google.com
2009-07-16
1
-2
/
+2
*
GTK Themes: Make the location bar area look native.
erg@google.com
2009-07-16
11
-38
/
+218
*
Do not set/unset magic string during setup.exe patching step.
kuchhal@chromium.org
2009-07-16
1
-7
/
+0
*
Adds window position save/restore support for multiple monitors on Mac.
rohitrao@chromium.org
2009-07-16
2
-18
/
+59
*
First step in abstracting extension api to common/shared "IDL" files (jsonsch...
rafaelw@chromium.org
2009-07-16
12
-174
/
+158
*
Fix for the Mac download shelf crash when clearing all downloads.
paul@chromium.org
2009-07-16
6
-4
/
+60
*
Implement batch deletion in PasswordStoreMac.
stuartmorgan@google.com
2009-07-16
4
-29
/
+132
*
GTK: Fix bookmark manager crash on startup introduced by r20565
estade@chromium.org
2009-07-16
2
-9
/
+11
*
Show progress Window when importing profile from First Run dialog.
kuchhal@chromium.org
2009-07-16
2
-5
/
+23
*
Select correct default folder in bookmark editor gtk.
estade@chromium.org
2009-07-16
1
-1
/
+1
*
r20591 broke themed buttons. Fixing.
avi@chromium.org
2009-07-16
1
-0
/
+9
*
Change getLanguage to detectLanguage, and incorporate corresponding changes, ...
sidchat@google.com
2009-07-16
11
-27
/
+28
*
Fix Valgrind Linux leak
idanan@chromium.org
2009-07-16
1
-0
/
+5
*
Clear the window delegate in dealloc. Just being safe, I don't think this fix...
pinkerton@chromium.org
2009-07-16
1
-0
/
+4
*
gtk: Handle RTL layout when rendering the dragged tab.
jhawkins@chromium.org
2009-07-16
1
-2
/
+5
*
GTK: Move icon parsing to UI thread.
estade@chromium.org
2009-07-16
2
-14
/
+47
*
Blacklist API change for allowing multiple rule matches
idanan@chromium.org
2009-07-16
6
-49
/
+265
[next]