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
/
webkit
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: Implement styles toggle:
pfeldman@chromium.org
2009-04-29
10
-242
/
+473
*
Style fixes for previous review:
paul@chromium.org
2009-04-28
2
-35
/
+39
*
Forgot an added file in http://codereview.chromium.org/99154
amanda@chromium.org
2009-04-28
1
-0
/
+46
*
Add the npapi_test_plugin to the Mac build of test_shell
amanda@chromium.org
2009-04-28
1
-0
/
+6
*
plugins: Some obvious ifdef removals (code that previously wouldn't link).
evan@chromium.org
2009-04-28
1
-6
/
+0
*
1. Debugger front-end scripts are now updated from 'afterCompile' events.
yurys@google.com
2009-04-28
3
-52
/
+86
*
Merge WebKit console and load deferrer changes.
pfeldman@chromium.org
2009-04-28
7
-74
/
+60
*
Fix several painting glitches for toolstrips.
aa@chromium.org
2009-04-27
1
-0
/
+8
*
Handle GTK triple clicks by adding a triple click event type to WebInputEvent...
estade@chromium.org
2009-04-27
3
-1
/
+6
*
Committing for tkent@google.com.
ojan@chromium.org
2009-04-27
2
-10
/
+62
*
linux: turn on no-op plugins code.
evan@chromium.org
2009-04-27
1
-0
/
+14
*
Rev 12100 changed the way that we spool and render printed output, most notably
maruel@chromium.org
2009-04-27
3
-1
/
+21
*
More linux ifdef tweaks. This reverts my earlier change (13503).
sky@chromium.org
2009-04-27
3
-8
/
+5
*
Ignore whitespace while mirroring Dom to the client.
pfeldman@chromium.org
2009-04-27
3
-17
/
+55
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
4
-21
/
+1
*
Use WebWorker and WebWorkerClient from the WebKit API.
darin@chromium.org
2009-04-24
7
-193
/
+156
*
Clean up cocoa popup menu handling in test_shell.
paul@chromium.org
2009-04-24
2
-0
/
+201
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
10
-75
/
+87
*
To avoid reauest and response json parsing caller_id is passed as ClientData ...
yurys@google.com
2009-04-24
3
-119
/
+49
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
2
-10
/
+0
*
Add transparency support to RenderWidgetHostView.
aa@chromium.org
2009-04-23
4
-1
/
+24
*
Allow Flash (and other plugins) to be installed without restarting the browse...
jam@chromium.org
2009-04-23
2
-1
/
+3
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-0
/
+2
*
Don't change selection for right click on text area if some texts were alread...
sidchat@google.com
2009-04-23
1
-5
/
+10
*
Reverting r14043, r14188. The fix that I'm reverting needs to be done, but we...
avi@google.com
2009-04-23
1
-25
/
+0
*
Review URL: http://codereview.chromium.org/93009
yurys@google.com
2009-04-23
2
-2
/
+2
*
This is a follow up to the change:http://codereview.chromium.org/67266 Classe...
yurys@google.com
2009-04-23
2
-6
/
+19
*
Merge: chromium side [42671:42725]
levin@chromium.org
2009-04-23
1
-1
/
+1
*
Use the boundary_pos parameter passed to the MultiPartResponseClient::didRece...
ananta@chromium.org
2009-04-22
1
-4
/
+3
*
Always enable copy-link-address in context menu.
brettw@chromium.org
2009-04-22
1
-0
/
+4
*
Don't ignore special character input on the Mac.
avi@google.com
2009-04-22
1
-1
/
+10
*
DevTools: Run nested message loop instead of whitelisting the messages.
pfeldman@chromium.org
2009-04-22
10
-28
/
+133
*
Provide an override for Webview drop effect.
tc@google.com
2009-04-22
3
-4
/
+62
*
Use webtextinput to insert text for middle-click paste.
estade@chromium.org
2009-04-21
4
-26
/
+6
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
10
-24
/
+142
*
- Add a new time marker for loadtimes, the time of the first layout
davemoore@chromium.org
2009-04-21
4
-0
/
+20
*
Unforks AccessibleBase.* and AccessibleDocument.* from pending dir.
klink@chromium.org
2009-04-21
1
-16
/
+0
*
plugins: move NativeLibrary into base.
evan@chromium.org
2009-04-21
5
-130
/
+26
*
Don't insert text if key event has ctrl|alt|meta modifiers.
avi@google.com
2009-04-20
1
-0
/
+16
*
Remove some unused code. Removes a couple of WebViewDelegate methods
darin@chromium.org
2009-04-18
7
-112
/
+0
*
Fix a couple of style issues.
michaeln@google.com
2009-04-17
4
-8
/
+9
*
Unfork Inspector, Chromium side.
dglazkov@google.com
2009-04-17
1
-1
/
+2
*
WebKit Merge 42580:42609, Chromium side.
dglazkov@google.com
2009-04-17
1
-1
/
+1
*
Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK
mpcomplete@google.com
2009-04-17
3
-7
/
+6
*
Fix 10573: Dismissing Find-in page doesn't set focus
finnur@chromium.org
2009-04-17
1
-4
/
+2
*
DevTools: Make all devtools messages dispatch through debugger interrupt.
pfeldman@chromium.org
2009-04-17
8
-26
/
+74
*
Fix two nits that arrived after checkin
dkegel@google.com
2009-04-16
1
-3
/
+2
*
linux: users of glue require GTK in the include path.
evan@chromium.org
2009-04-16
1
-0
/
+2
*
Fix build break due to incorrect merge, TBR=awalker
jam@chromium.org
2009-04-16
1
-1
/
+1
*
Ensure we check the page pointer before using it after we come out of NPP_Han...
jam@chromium.org
2009-04-16
5
-42
/
+57
[next]