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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill holdback for Http Prioritization experiment. Turn on to 100%.
willchan@chromium.org
2009-12-02
2
-30
/
+16
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-4
/
+13
*
Ok, here is a different approach at this change.
aa@chromium.org
2009-12-02
1
-0
/
+8
*
Update the Pepper APIs to the latest spec for the 2D demo plugin.
brettw@chromium.org
2009-12-01
2
-22
/
+0
*
Fix a bug where not all autocomplete entries were being shown when
tony@chromium.org
2009-12-01
1
-6
/
+6
*
linux: don't try to create plugin container if view_ is NULL
piman@chromium.org
2009-12-01
1
-2
/
+13
*
Optimize the rendering when there are pending key events.
suzhe@chromium.org
2009-12-01
2
-97
/
+145
*
Revert 33344 - Relocate plugin list fetching to PluginService
jamesr@chromium.org
2009-11-30
4
-54
/
+42
*
Relocate plugin list fetching to PluginService
evan@chromium.org
2009-11-30
4
-42
/
+54
*
Add -profile command line switch
davemoore@chromium.org
2009-11-30
1
-3
/
+9
*
Integrate BlacklistManager with Profile.
phajdan.jr@chromium.org
2009-11-30
2
-10
/
+11
*
Revert 33255 - Report active extensions in crash reports. This only implement...
nsylvain@chromium.org
2009-11-30
1
-8
/
+0
*
Report active extensions in crash reports. This only implements Windows right...
aa@chromium.org
2009-11-30
1
-0
/
+8
*
Changed shared worker code so incognito windows do not have access to non-inc...
atwilson@chromium.org
2009-11-26
1
-2
/
+4
*
RESUBMIT of http://codereview.chromium.org/404025/show
chase@chromium.org
2009-11-25
2
-6
/
+4
*
Revert "RESUBMIT of http://codereview.chromium.org/404025/show"
chase@chromium.org
2009-11-25
2
-4
/
+6
*
RESUBMIT of http://codereview.chromium.org/404025/show
jorlow@chromium.org
2009-11-25
2
-6
/
+4
*
GTK: Don't send double/triple click events to renderer.
estade@chromium.org
2009-11-24
1
-0
/
+2
*
Assorted cleanup.
estade@chromium.org
2009-11-23
2
-9
/
+3
*
Put the --type switch back as the first for renderers, for easy identification.
mdm@chromium.org
2009-11-22
1
-6
/
+6
*
Launch all child processes asynchronously so as not to block the IO thread.
jam@chromium.org
2009-11-21
4
-21
/
+40
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-6
/
+4
*
Don't do work in the SharedIOBuffer constructor; use an Init method instead. ...
hawk@chromium.org
2009-11-20
1
-5
/
+11
*
Turn on HTML5 DBs by default.
dumi@chromium.org
2009-11-20
1
-15
/
+5
*
Revert 32608 - RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&rev...
ananta@chromium.org
2009-11-20
1
-8
/
+2
*
Disable another part of RDH test due to tsan race condition.
tim@chromium.org
2009-11-20
1
-1
/
+2
*
Mac: Simulate the OS-level focus handling that windows and linux plugins
amanda@chromium.org
2009-11-20
1
-0
/
+30
*
Disable two tests causing valgrind issues from revision 32608.
tim@chromium.org
2009-11-20
1
-2
/
+4
*
RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&revision=32319 wit...
jorlow@chromium.org
2009-11-20
1
-2
/
+8
*
Linux: Fix regression issue 27964: ctrl+tab loses focus from the text box.
suzhe@chromium.org
2009-11-20
2
-6
/
+36
*
Move Mac to using renderer spellchecker.
estade@chromium.org
2009-11-19
7
-129
/
+33
*
RenderWidgetHostViewMac should release its owning RenderWidgetHostViewCocoa
mark@chromium.org
2009-11-18
2
-41
/
+48
*
Remove tabs introduced by r31197.
mark@chromium.org
2009-11-18
1
-22
/
+22
*
Launch processes asynchronously so as not to block the UI thread. For now, re...
jam@chromium.org
2009-11-18
5
-282
/
+149
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
3
-5
/
+13
*
Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...
jam@chromium.org
2009-11-18
5
-149
/
+282
*
fix include order
jam@chromium.org
2009-11-17
1
-1
/
+1
*
Launch processes asynchronously so as not to block the UI thread. For now, r...
jam@chromium.org
2009-11-17
5
-282
/
+149
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
2
-2
/
+2
*
Revert 32137 - Revert 32121 Fix crash.
laforge@chromium.org
2009-11-17
1
-1
/
+2
*
Revert 32121 - Fix crash.
erikkay@chromium.org
2009-11-17
1
-2
/
+1
*
amit, please review everything, jam please review the changes to the tab_cont...
ananta@chromium.org
2009-11-17
11
-14
/
+32
*
Fix crash.
thakis@chromium.org
2009-11-16
1
-1
/
+2
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-2
/
+13
*
Linux: fix uninit warnings when building -Os.
agl@chromium.org
2009-11-16
1
-1
/
+1
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-13
/
+2
*
Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).
dumi@chromium.org
2009-11-14
1
-5
/
+15
*
Enable HTML5 DBs by default (except in incognito mode).
dumi@chromium.org
2009-11-14
1
-15
/
+5
*
Remove (actually, reverse meaning of) command line flag for desktop notificat...
johnnyg@chromium.org
2009-11-14
1
-1
/
+1
*
Mac: Let arrow keys move caret in IME mode.
thakis@chromium.org
2009-11-14
1
-6
/
+5
[next]