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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a period at the end of the sentence in the comment.
dglazkov@google.com
2009-05-10
1
-1
/
+1
*
Add webkit/api to non-evil includes list.
dglazkov@google.com
2009-05-10
1
-0
/
+3
*
Fix mac build bustage. I forgot about the .mm files!
darin@chromium.org
2009-05-10
5
-10
/
+10
*
fix build bustage
darin@chromium.org
2009-05-10
1
-0
/
+1
*
fix build bustage
darin@chromium.org
2009-05-10
1
-0
/
+1
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
172
-242
/
+9612
*
linux: fix the shared build.
evan@chromium.org
2009-05-10
1
-0
/
+1
*
Review URL: http://codereview.chromium.org/93119
apavlov@chromium.org
2009-05-10
6
-110
/
+207
*
Forgot to add these files as part of last change.
ben@chromium.org
2009-05-10
4
-13
/
+198
*
Add a new ViewsDelegate interface and implementation in the windows browser UI.
ben@chromium.org
2009-05-10
9
-53
/
+46
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
8
-65
/
+66
*
Fix white flash when resizing window larger.
aa@chromium.org
2009-05-09
1
-3
/
+3
*
Fix NOTREACHED in status bubble if window is made too small.
glen@chromium.org
2009-05-09
1
-2
/
+3
*
Use scoped pointers for the theme information in an Extension.
glen@chromium.org
2009-05-09
2
-16
/
+16
*
Attempt to fix leak in extensions (no Purify here).
glen@chromium.org
2009-05-09
1
-3
/
+3
*
Use the non-native frame when using themes even on Aero Glass.
ben@chromium.org
2009-05-09
2
-0
/
+3
*
Temporarily revert char* to std::string because Linux and Mac are throwing 'd...
glen@chromium.org
2009-05-09
1
-17
/
+17
*
Make 'reset theme' work.
glen@chromium.org
2009-05-09
1
-31
/
+33
*
Fix the build in debug mode.
jcampan@chromium.org
2009-05-09
1
-1
/
+2
*
There was a potential race when showing the default browser info-bar on star-up,
jcampan@chromium.org
2009-05-09
1
-1
/
+24
*
Some unnecessary painting and initing was being done.
glen@chromium.org
2009-05-09
2
-13
/
+8
*
Revert r15693. The crash spike still exists.
huanr@chromium.org
2009-05-09
2
-26
/
+6
*
Random cleanups and stubs to get cross platform build going.
glen@chromium.org
2009-05-09
4
-3
/
+11
*
To get things green:
glen@chromium.org
2009-05-09
2
-8
/
+13
*
Add browser_theme_provider to GYP so that Mac and Linux can build.
glen@chromium.org
2009-05-09
2
-20
/
+6
*
Add stubs for UserChangedThemes to Mac and Linux.
glen@chromium.org
2009-05-09
4
-0
/
+10
*
Revert custom frame view to resourcebundle to get the tests passing. Convert ...
glen@chromium.org
2009-05-09
1
-37
/
+37
*
Remove unnecessary win_util from dom_ui.
glen@chromium.org
2009-05-09
1
-1
/
+0
*
Missing theme images
glen@chromium.org
2009-05-09
2
-0
/
+0
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
162
-1039
/
+2116
*
Decrease the SafeBrowsing false positive rate.
paulg@google.com
2009-05-09
8
-88
/
+245
*
Implement the popup blocking whitelist pref. This makes the whitelist actual...
pkasting@chromium.org
2009-05-09
7
-39
/
+87
*
Add customized first run tabs
cpu@google.com
2009-05-09
6
-36
/
+124
*
Fix checkdeps build error.
darin@chromium.org
2009-05-09
1
-0
/
+3
*
fixup test expectations
darin@chromium.org
2009-05-09
1
-0
/
+15
*
Defer window.close(), resizeTo() and moveTo() actions
mbelshe@google.com
2009-05-09
7
-7
/
+76
*
New baselines to account for http://trac.webkit.org/changeset/43355
darin@chromium.org
2009-05-08
813
-6595
/
+5415
*
Call AtExitManager earlier in player app to avoid hitting DCHECKs.
scherkus@chromium.org
2009-05-08
1
-2
/
+2
*
Stop leaking RenderWidgetHostViewGtk.
willchan@chromium.org
2009-05-08
3
-16
/
+1
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
73
-377
/
+373
*
Retry r15294. The previous check in exposed bug 11659
huanr@chromium.org
2009-05-08
2
-6
/
+26
*
Move Courgette
sra@chromium.org
2009-05-08
50
-4724
/
+4834
*
This CL fix issue 9837 - RTL: "Pop-ups blocked" bar should be at left-bottom ...
xji@chromium.org
2009-05-08
1
-2
/
+12
*
Propagate official build variables from buildbot compile.py.
mmoss@chromium.org
2009-05-08
1
-0
/
+3
*
Enable the startup reference test and check in a reference build on linux.
tc@google.com
2009-05-08
180
-9
/
+27742
*
move this to app/gfx, part of previous commit
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
80
-431
/
+414
*
Linux: make PRIMARY clipboard act on focused webkit frame rather than main fr...
estade@chromium.org
2009-05-08
1
-3
/
+5
*
Landing approved patch for Yuta Kitamura (yutak@google.com)
mbelshe@google.com
2009-05-08
2
-26
/
+28
*
fix checkdeps bustage
ben@chromium.org
2009-05-08
1
-1
/
+1
[next]