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
*
disabling a ui test while I investigate its failure
estade@chromium.org
2009-05-05
1
-1
/
+1
*
Handle mouse back and forward buttons for page navigation.
jhawkins@chromium.org
2009-05-05
1
-0
/
+16
*
Fix missing assignment in chrome_mini_installer.
thestig@chromium.org
2009-05-05
1
-1
/
+1
*
Fix missing assignment in helper_unittest.
thestig@chromium.org
2009-05-05
1
-1
/
+1
*
Linux download shelf: remove download items when the associated download is r...
estade@chromium.org
2009-05-05
4
-17
/
+74
*
Remove the no-longer used TabButtonGtk class.
jhawkins@chromium.org
2009-05-05
4
-203
/
+0
*
Chrome side to handle changing CreateWebWorker to createWorker.
darin@chromium.org
2009-05-05
2
-2
/
+2
*
POSIX: Don't allow onunload handlers to hang a renderer forever.
agl@chromium.org
2009-05-05
4
-0
/
+39
*
Implement Linux tabs as widgets. This moves tab input handling into the corr...
jhawkins@chromium.org
2009-05-05
11
-744
/
+980
*
Adding first run bypass command line flag.
robertshield@google.com
2009-05-05
3
-1
/
+11
*
Fixes for 10.6
jeremy@chromium.org
2009-05-05
2
-5
/
+37
*
Refactors HWNDView into two classes for reuse on GTK.
sky@chromium.org
2009-05-05
6
-174
/
+278
*
Plumb the creator URL for popups up to the browser. We don't yet use this fo...
pkasting@chromium.org
2009-05-05
14
-22
/
+40
*
Remove uses of deprecated version of PathService::Get() in the installer.
thestig@chromium.org
2009-05-05
13
-142
/
+152
*
Move the shared JS and CSS out of the HTML files and into separate files.
arv@chromium.org
2009-05-05
5
-112
/
+77
*
The bookmark bar app menu item should have a checkbox displayed next to it wh...
jhawkins@chromium.org
2009-05-05
1
-1
/
+1
*
Convert autocomplete to use a custom matrix and button cell.
shess@chromium.org
2009-05-05
3
-130
/
+226
*
Set infobar text to black (overriding system default color).
estade@chromium.org
2009-05-05
1
-0
/
+5
*
Center the download progress meter behind the icon.
arv@chromium.org
2009-05-05
1
-4
/
+4
*
Landing the CL from Yusukes.
jcampan@chromium.org
2009-05-05
3
-0
/
+18
*
BUG=11200
rafaelw@chromium.org
2009-05-05
16
-332
/
+331
*
Revert r15294 that causes crash spike in chromebot.
huanr@chromium.org
2009-05-05
2
-26
/
+6
*
Fix a memory leak that happen on some video files
hclam@chromium.org
2009-05-05
1
-8
/
+25
*
Makes closed window icon appear on right side when rtl.
sky@chromium.org
2009-05-05
1
-0
/
+4
*
Close browser window synchronously during UI test
huanr@chromium.org
2009-05-05
2
-6
/
+26
*
DevTools: localize window title, append inspected tab url there.
pfeldman@chromium.org
2009-05-05
10
-12
/
+53
*
Don't start the throbber when loading javascript URLs. This fixes a
brettw@chromium.org
2009-05-05
2
-5
/
+13
*
Revert r15278. More unexpected test failures :(
darin@chromium.org
2009-05-05
2
-2
/
+32
*
Re-do r15244: Fix crash in ~TestWebViewDelegate caused by
darin@chromium.org
2009-05-05
2
-32
/
+2
*
fix bustage - file moved
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Move *Animation to app/
ben@chromium.org
2009-05-05
35
-778
/
+41
*
Get rid of the ClipboardService class and header... it is nothing but a shell...
ben@chromium.org
2009-05-05
16
-78
/
+49
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
64
-590
/
+80
*
implemented API style/convention changes, including:
rafaelw@chromium.org
2009-05-05
11
-297
/
+725
*
FindBarView::UpdateForResult is not a good place to
finnur@chromium.org
2009-05-05
9
-1
/
+23
*
racy builds meant I didn't see this one... build bustage fix via dependency u...
ben@chromium.org
2009-05-05
1
-0
/
+1
*
Bustage fix - forgot to merge this over onto my windows machine from my linux...
ben@chromium.org
2009-05-05
1
-0
/
+7
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
133
-1063
/
+200
*
Add support for handling files containing URLs with a sampling
paulg@google.com
2009-05-05
1
-17
/
+51
*
Constrain the gtk menu popup to the bounds of the current monitor.
jhawkins@chromium.org
2009-05-05
1
-4
/
+9
*
Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close the
mpcomplete@google.com
2009-05-05
5
-15
/
+21
*
Hook up full-page zoom menu items and fix that zoomed controls don't draw.
thakis@chromium.org
2009-05-05
2
-3
/
+65
*
Linux: enable omni box ui test and automation proxy ui test.
estade@chromium.org
2009-05-05
12
-36
/
+49
*
Port the folder selector portion of the BookmarkEditor to GTK.
erg@google.com
2009-05-05
10
-97
/
+773
*
Linux: show the correct cursor when the render view regains focus.
estade@chromium.org
2009-05-05
1
-1
/
+2
*
Highlight the next find result when the return key is pressed in the Linux fi...
jhawkins@chromium.org
2009-05-05
2
-31
/
+34
*
Various trivial clean-up bits:
pkasting@chromium.org
2009-05-05
2
-8
/
+4
*
Several minor visual fixes to toolstrips:
aa@chromium.org
2009-05-04
6
-47
/
+58
*
Specify all the outputs of theme_resources.grd-- it outputs
tc@google.com
2009-05-04
1
-1
/
+36
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
21
-286
/
+5
[next]