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
...
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
11
-89
/
+99
*
Add a method to classify what permission class an extension is in, with unit
mpcomplete@chromium.org
2009-08-12
3
-0
/
+110
*
(Mac) Fix "Print..." menu entry in File menu (showed as "Email Page
avi@chromium.org
2009-08-12
1
-4
/
+4
*
First step to create application shortcuts on Linux.
phajdan.jr@chromium.org
2009-08-12
8
-8
/
+261
*
Mac: Make autocomplete popup track autocomplete field resizes.
shess@chromium.org
2009-08-12
1
-0
/
+26
*
(Mac) Place back/forward toolbar menu correctly when there's a bookmark
avi@chromium.org
2009-08-12
1
-11
/
+9
*
Move the menu bar l10n into the xib file.
thomasvl@chromium.org
2009-08-12
4
-41
/
+98
*
Disable SyncSetupWizardTest again.
tim@chromium.org
2009-08-12
1
-1
/
+3
*
Add Linux manpage to build archive.
mmoss@chromium.org
2009-08-12
2
-0
/
+2
*
Checkpoint for event automation porting.
estade@chromium.org
2009-08-12
8
-74
/
+195
*
Remove Playback Rate from the context menu.
scherkus@chromium.org
2009-08-12
3
-121
/
+2
*
Fix two leaks in SyncSetupWizard test caused by the mock infrastructure
tim@chromium.org
2009-08-12
1
-6
/
+19
*
Make text on NNTP popup menu blue, so it can be read in all themes.
mirandac@chromium.org
2009-08-12
1
-2
/
+3
*
Removing pthreadsgc2.dll from the FILES list - it is no longer needed.
robertshield@chromium.org
2009-08-12
1
-1
/
+0
*
Add chrome.extension to extension_api.json and docs.
rafaelw@chromium.org
2009-08-12
22
-37
/
+82
*
Remove TransformProcessType from the browser process now that LSUIElement
mark@chromium.org
2009-08-12
1
-31
/
+10
*
Fix unused variable on GCC.
phajdan.jr@chromium.org
2009-08-12
1
-2
/
+1
*
Fix compile on Windows.
phajdan.jr@chromium.org
2009-08-12
1
-0
/
+2
*
Add new icons to Chrome executable.
kuchhal@chromium.org
2009-08-12
1
-0
/
+2
*
Fix crash with new FTP in Incognito mode.
phajdan.jr@chromium.org
2009-08-12
1
-1
/
+12
*
GTK: Popup notification should have transparent rounded corners.
erg@google.com
2009-08-12
6
-44
/
+102
*
Fix several bugs in First Run.
jeremy@chromium.org
2009-08-12
4
-5
/
+80
*
Improve key event handling of AutocompleteEditViewGtk.
suzhe@chromium.org
2009-08-12
2
-64
/
+120
*
Refactors drag support from TabContentsViewGtk into
sky@chromium.org
2009-08-12
9
-271
/
+359
*
Add ctrl+w accelerator to close bookmark manager for linux
estade@chromium.org
2009-08-12
2
-0
/
+42
*
Gtk Cookie Manager: Fix removing multiple cookies while the list is sorted.
mattm@chromium.org
2009-08-12
3
-4
/
+80
*
Move common Gtk TreeModel handling code into gtk_tree::ModelAdapter.
mattm@chromium.org
2009-08-12
9
-220
/
+199
*
Adds a command line switch to enable the appcache, and plumb the switch throu...
michaeln@google.com
2009-08-12
4
-1
/
+10
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
4
-5
/
+5
*
Add a default icon for theme install infobar.
glen@chromium.org
2009-08-12
3
-1
/
+5
*
Fix 2 small docked dev tools bugs:
tc@google.com
2009-08-12
2
-14
/
+39
*
Remove the temporary hack that considered any file that ended
aa@chromium.org
2009-08-11
1
-17
/
+3
*
BUG=http://crbug.com/16646
jrg@chromium.org
2009-08-11
3
-1
/
+59
*
Don't use external website addresses for testing. Even though we're not tryin...
avi@chromium.org
2009-08-11
1
-2
/
+1
*
Don't focus the location bar if we're in full screen mode.
tc@google.com
2009-08-11
1
-1
/
+2
*
Add "dangerous download" view on OS X, for now for dmg files. Also fix downlo...
thakis@chromium.org
2009-08-11
10
-59
/
+459
*
linux/mac: Fix race condition when destroying the renderer<->plugin channel
piman@chromium.org
2009-08-11
1
-0
/
+8
*
Download item gtk tidbits:
estade@chromium.org
2009-08-11
2
-5
/
+28
*
Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...
thakis@chromium.org
2009-08-11
19
-41
/
+682
*
GTK Themes: Use a consistent border color along all webcontent.
erg@chromium.org
2009-08-11
7
-23
/
+71
*
Initial version of the Seccomp sandbox. Imported from http://code.google.com/...
markus@chromium.org
2009-08-11
6
-2
/
+29
*
Linux: Add CHECKs to track down source of history std::string out of range ex...
willchan@chromium.org
2009-08-11
1
-0
/
+14
*
Do not import homepage on First Run if a homepage is given in master preferen...
kuchhal@chromium.org
2009-08-11
13
-28
/
+49
*
Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...
ericroman@google.com
2009-08-11
3
-11
/
+46
*
Remove unreachable code from extension.cc.
aa@chromium.org
2009-08-11
1
-1
/
+0
*
Refactors code to extract urls out of bookmark_utils and into GtkDndUtil.
sky@chromium.org
2009-08-11
3
-25
/
+70
*
With the recent NNTP changes, we change the way themes work - they're now clo...
glen@chromium.org
2009-08-11
5
-32
/
+64
*
First Run Import Progress UI.
jeremy@chromium.org
2009-08-11
10
-23
/
+1097
*
gtk: Disconnect the accelerator group keys when closing the browser window.
jhawkins@chromium.org
2009-08-11
2
-6
/
+23
*
Ensure we have a valid profile when using
avi@chromium.org
2009-08-11
3
-0
/
+69
[prev]
[next]