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
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 82950 - Add a test for checking that refreshing a page does load the s...
jar@chromium.org
2011-04-26
2
-8
/
+4
*
Add a test for checking that refreshing a page does load the same WebUI page.
dtseng@chromium.org
2011-04-25
2
-4
/
+8
*
Reduce static data in ExtensionProcessBindings. Some was not
aa@chromium.org
2011-04-25
1
-4
/
+11
*
wstring: remove wstring functions from base/i18n/rtl.h
evan@chromium.org
2011-04-25
1
-5
/
+4
*
Revert my recent changes regarding title directionality.
evan@chromium.org
2011-04-25
16
-143
/
+83
*
Unittests for P2P TCP Sockets Host.
sergeyu@chromium.org
2011-04-25
8
-85
/
+626
*
Encapsulated FaviconHelper.
michaelbai@google.com
2011-04-25
2
-21
/
+1
*
Mark WorkerTest.TerminateQueuedWorkers flaky
kinuko@chromium.org
2011-04-25
1
-0
/
+5
*
Move visited link out of BrowsrProcessRenderHost.
jam@chromium.org
2011-04-24
7
-166
/
+7
*
Don't hold the installed app in BrowserProcessRenderHost, since that's in con...
jam@chromium.org
2011-04-23
2
-20
/
+11
*
Remove extension dependency from BrowserRenderProcessHost.
jam@chromium.org
2011-04-23
4
-139
/
+2
*
Switch to using content::ResourceContext* instead of incognito.
willchan@chromium.org
2011-04-23
5
-58
/
+63
*
Change NavigationEntry's title fields to carry the text direction.
evan@chromium.org
2011-04-23
10
-64
/
+96
*
Revert 82771 - Unittests for P2P TCP Sockets Host.BUG=NoneTEST=UnittestsRevie...
sergeyu@chromium.org
2011-04-23
7
-593
/
+85
*
Unittests for P2P TCP Sockets Host.
sergeyu@chromium.org
2011-04-23
7
-85
/
+593
*
Move more GPU related files from content/common to content/common/gpu.
apatrick@chromium.org
2011-04-22
33
-42
/
+44
*
Revert "Revert 82682 - Revert "Revert 82671 - V8ValueConverter: Handle except...
aa@chromium.org
2011-04-22
3
-38
/
+332
*
Replaced std::string argument storage in gpu_trace_event with faster TraceVal...
jbates@chromium.org
2011-04-22
1
-1
/
+2
*
Revert 82682 - Revert "Revert 82671 - V8ValueConverter: Handle exceptions whe...
aa@chromium.org
2011-04-22
3
-332
/
+38
*
Revert "Revert 82671 - V8ValueConverter: Handle exceptions when dealing with ...
aa@chromium.org
2011-04-22
3
-38
/
+332
*
Revert 82671 - V8ValueConverter: Handle exceptions when dealing with objectpr...
aa@chromium.org
2011-04-22
3
-332
/
+38
*
V8ValueConverter: Handle exceptions when dealing with object
aa@chromium.org
2011-04-22
3
-38
/
+332
*
Fix diagnostics and log messages in about:gpu.
nduca@chromium.org
2011-04-22
2
-16
/
+32
*
Move blocked content from TabContents to TabContentsWrapper.
avi@chromium.org
2011-04-22
5
-158
/
+19
*
Cleanup: Remove OptionsUtil::ResetToDefaults() function.
tfarina@chromium.org
2011-04-22
3
-35
/
+0
*
Revert 82620 - Replaced std::string argument storage in gpu_trace_event with ...
thestig@chromium.org
2011-04-22
1
-2
/
+1
*
Replaced std::string argument storage in gpu_trace_event with faster TraceAny...
jbates@chromium.org
2011-04-22
1
-1
/
+2
*
Add and use a base::i18n::StringWithDirection for carrying titles.
evan@chromium.org
2011-04-21
7
-22
/
+30
*
Implement IpcNetworkManger
sergeyu@chromium.org
2011-04-21
6
-91
/
+69
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
5
-4
/
+35
*
Fix P2PSocketDispatcherHost to distinguish sockets with the same socket_id
sergeyu@chromium.org
2011-04-21
2
-20
/
+38
*
Fix chrome frame tests which regressed after my change to only route content ...
ananta@chromium.org
2011-04-21
1
-4
/
+1
*
Fix cycle in smart pointers.
backer@chromium.org
2011-04-21
1
-2
/
+2
*
Adds a RenderWidgetHostView for prerendering RenderViewHosts.
mmenke@chromium.org
2011-04-21
1
-3
/
+9
*
Ensure the PpapiBrokerImpl is deleted when it has no more clients.
ddorwin@chromium.org
2011-04-21
2
-20
/
+71
*
Plumb direction of document title through IPC layer.
evan@chromium.org
2011-04-20
10
-23
/
+43
*
[Mac] Reset isHandlingSendEvent flag in case of exceptional condition.
shess@chromium.org
2011-04-20
2
-0
/
+8
*
PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.
ddorwin@chromium.org
2011-04-20
2
-21
/
+85
*
V8ValueConverter - convert keys with dots correctly.
aa@chromium.org
2011-04-20
2
-3
/
+18
*
Add V8ValueConverter utility to convert between v8::Value and
aa@chromium.org
2011-04-20
5
-34
/
+304
*
Navigations which are not content initiated should stay within ChromeFrame.
ananta@chromium.org
2011-04-20
1
-19
/
+12
*
Send the 'page_url' parameter of the page (on which the right click was made to
brettw@chromium.org
2011-04-20
1
-2
/
+8
*
Update Chrome to accept WebKit API for RTL titles.
evan@chromium.org
2011-04-20
2
-2
/
+6
*
Avoid a DCHECK that can occur when running non-admin.
joi@chromium.org
2011-04-20
1
-11
/
+14
*
Add support for base::Closure in the MessageLoop, and reimplement the whole s...
ajwong@chromium.org
2011-04-20
3
-12
/
+9
*
Wrap the p2p transport API in a compile time flag.
satish@chromium.org
2011-04-20
7
-24
/
+47
*
Added raw headers support to DevTools.
vsevik@chromium.org
2011-04-20
1
-1
/
+5
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
2
-1
/
+6
*
Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.
gene@chromium.org
2011-04-20
3
-6
/
+7
*
Mark the worker test SyncPersistent as expected to fail until we can
dpranke@chromium.org
2011-04-20
1
-1
/
+3
[next]