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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc: use strings, not wstrings for channel ids.
evan@chromium.org
2009-06-04
22
-70
/
+71
*
Convert most of the chrome .lib files to gyp generation:
sgk@chromium.org
2009-06-04
1
-795
/
+0
*
On linux, add a context menu item in the tab strip for disabling
tc@google.com
2009-06-04
2
-0
/
+5
*
Convert various chrome tests to gyp generation:
sgk@chromium.org
2009-06-04
1
-165
/
+0
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
2
-25
/
+50
*
Add ability to theme our buttons.
glen@chromium.org
2009-06-04
1
-7
/
+20
*
Fix crash due to AutocompletePopup trying to draw the old results when they w...
pkasting@chromium.org
2009-06-03
1
-2
/
+5
*
Allow Source<T> and Details<T> to be instantiated with T = const Foo.
pkasting@chromium.org
2009-06-03
3
-9
/
+19
*
Implement dragging a tab back into a tabstrip for gtk.
jhawkins@chromium.org
2009-06-03
2
-6
/
+63
*
UI Support for Auto Spell Correct. Currently, it is still under the command l...
sidchat@google.com
2009-06-03
2
-0
/
+4
*
Change plugin handling in extension from "plugin_dir" to a "plugin" list of
mpcomplete@google.com
2009-06-03
2
-18
/
+64
*
Implement InspectorClient's Settings API.
pfeldman@chromium.org
2009-06-03
4
-0
/
+9
*
Stop compulsive crasher in respawn dialog
cpu@google.com
2009-06-03
1
-0
/
+1
*
Allow themes to change the background of the new tab page. Adds support for d...
glen@chromium.org
2009-06-02
4
-0
/
+18
*
Broaden valgrind supression for known issue in zlib. This seems ok because th...
aa@chromium.org
2009-06-01
1
-4
/
+2
*
Flip omnibox2 popup on by default for more testing.
ben@chromium.org
2009-06-01
2
-3
/
+3
*
Some UI tests would fail on some boxes as these tests have specific expectati...
jcampan@chromium.org
2009-06-01
2
-0
/
+6
*
Disable ZipTest on mac (valgrind memory issue)
rafaelw@chromium.org
2009-06-01
1
-2
/
+4
*
Re-enable zip unit tests.
aa@chromium.org
2009-06-01
1
-4
/
+0
*
Disable zip tests while trying to figure out problem.
aa@chromium.org
2009-06-01
1
-1
/
+2
*
Fix bustage again.
aa@chromium.org
2009-06-01
1
-1
/
+1
*
Fix bustage.
aa@chromium.org
2009-06-01
2
-4
/
+7
*
Implements a Zip() utility function. Refactor existing
aa@chromium.org
2009-06-01
6
-78
/
+190
*
Add --print command line argument to print a webpage
mhm@chromium.org
2009-05-30
2
-0
/
+4
*
Enforce a max length for document titles.
abarth@chromium.org
2009-05-30
2
-0
/
+6
*
Allow themes to be installed without any commandline flag, still require flag...
glen@chromium.org
2009-05-29
2
-62
/
+107
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
3
-30
/
+1
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
Headers cleanup in chrome/common
phajdan.jr@chromium.org
2009-05-29
19
-32
/
+28
*
DevTools: decouple class and method names from RPC message arguments. That wo...
yurys@google.com
2009-05-29
1
-4
/
+8
*
Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...
ben@chromium.org
2009-05-29
1
-24
/
+0
*
Allow passing in a file path to a file that will be used for the new new tab
arv@google.com
2009-05-29
1
-0
/
+2
*
Paint a focus indication on LinkButtonGtk buttons.
estade@chromium.org
2009-05-28
2
-1
/
+17
*
Automatically adapt to faster/slower uploads of renderer histograms
jar@chromium.org
2009-05-28
4
-2
/
+421
*
Linux: call xdg-open on downloaded files to open them.
estade@chromium.org
2009-05-28
6
-11
/
+33
*
Respect Linux user prefs with regards to crash reporting.
thestig@chromium.org
2009-05-28
1
-36
/
+0
*
Add more logging on a NOTREACHED() in hopes of getting more data about why we...
pkasting@chromium.org
2009-05-28
1
-1
/
+2
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
3
-4
/
+4
*
The CPP logic on the log dir seems to have been wrong since last year. Chang...
thomasvl@chromium.org
2009-05-28
2
-23
/
+3
*
Move the Dictionary dir on the Mac out of the package and into user data.
thomasvl@chromium.org
2009-05-28
1
-1
/
+3
*
Hopefully fix the linux build.
brettw@chromium.org
2009-05-28
2
-2
/
+10
*
Hopefully fix the Linux build again.
brettw@chromium.org
2009-05-28
1
-1
/
+1
*
Hopefully fix the Linux build. dock_info_gtk now include dock_info.h so the
brettw@chromium.org
2009-05-28
1
-1
/
+3
*
Hopefully fix the Linux build.
brettw@chromium.org
2009-05-28
1
-0
/
+1
*
More Linux linking issues fixed.
brettw@chromium.org
2009-05-28
1
-0
/
+92
*
With the recent change to the ExternalTabContainer to have it subclass Widget...
ananta@chromium.org
2009-05-27
2
-2
/
+0
*
Converts a bunch things from NativeWindow to NativeView to make it
sky@chromium.org
2009-05-27
2
-13
/
+0
*
Adds gtk_util::ParentWindow to find the parent window of a GtkWidget.
sky@chromium.org
2009-05-27
2
-0
/
+13
*
When writing to a closed pipe on OSX errno is set to EPERM.
jeremy@chromium.org
2009-05-27
1
-0
/
+7
*
Fixes multiple definitions for DragDownload.
sky@chromium.org
2009-05-27
2
-0
/
+4
[next]