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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a chrome_resources.vcproj that holds grd files that hold
tc@google.com
2009-02-12
38
-38
/
+38
*
Redo my IPC change, undoing the linker dependency.
jam@chromium.org
2009-02-11
1
-442
/
+438
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
4
-126
/
+12
*
Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...
avi@chromium.org
2009-02-10
8
-14
/
+14
*
revert my ipc change due to compile failure in debug ipc_tests
jam@chromium.org
2009-02-10
1
-2
/
+19
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
4
-12
/
+126
*
Fix ipc logging for non browser processes. I broke this in my last refactori...
jam@chromium.org
2009-02-10
1
-19
/
+2
*
Try reverting r9409 to see if it fixes crashes on chromebot.
kuchhal@chromium.org
2009-02-10
8
-14
/
+14
*
Fix UI test regression, there's a better way to refactor this anyway.
pkasting@chromium.org
2009-02-10
3
-0
/
+20
*
Make aero glass code look more like other nonclient views in hopes of easing ...
pkasting@chromium.org
2009-02-09
7
-260
/
+167
*
Reverting 9408.
brettw@chromium.org
2009-02-09
4
-126
/
+12
*
Switch from HWNDs to NativeViews.
avi@chromium.org
2009-02-09
8
-14
/
+14
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
4
-12
/
+126
*
Support custom border widths. Allow user to resize the window (instead of do...
pkasting@chromium.org
2009-02-06
2
-107
/
+82
*
Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows
brettw@chromium.org
2009-02-06
6
-5
/
+537
*
New menu item for personalization project.
munjal@chromium.org
2009-02-06
1
-0
/
+7
*
Move resource_message_filter and resource_request_details to the renderer_host.
brettw@chromium.org
2009-02-05
3
-0
/
+166
*
Improved OTR avatar and popup window rendering. Neither one precisely matche...
pkasting@chromium.org
2009-02-04
6
-145
/
+121
*
Remember change in Spell Check language by putting it in the list of accept l...
sidchat@google.com
2009-02-03
1
-0
/
+29
*
Reverting 9090.
ojan@google.com
2009-02-03
6
-526
/
+5
*
Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows
brettw@chromium.org
2009-02-03
6
-5
/
+526
*
Fix some of the most egregious problems with Aero glass frames. These change...
pkasting@chromium.org
2009-02-03
2
-30
/
+30
*
Fix a divide by zero crash with a temporary workaround (until we have themes).
ben@chromium.org
2009-02-03
1
-0
/
+6
*
Remove old web app code it's no longer needed. Simplifies startup a little.
ben@chromium.org
2009-02-02
1
-1
/
+0
*
Fix a bunch of header includes. I removed some unnecessary headers from a
brettw@chromium.org
2009-02-01
2
-0
/
+2
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
19
-68
/
+90
*
Roll back these tab changes since there are still issues.
ben@chromium.org
2009-01-31
1
-22
/
+2
*
Fix various problems with constrained windows and/or custom frame windows:
pkasting@chromium.org
2009-01-30
1
-30
/
+83
*
Provides the ability to write a unit test that brings up a browser. As
sky@google.com
2009-01-30
2
-52
/
+143
*
Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...
pkasting@chromium.org
2009-01-29
1
-165
/
+120
*
Per Glen, remove the bottom border of maximized windows. I went ahead and al...
pkasting@chromium.org
2009-01-29
4
-87
/
+56
*
Provide the option for HTTPServer to be created with a specific
sky@google.com
2009-01-29
2
-10
/
+10
*
Make the shared shell dialog not use Windows types, as well as the web contents
brettw@chromium.org
2009-01-29
3
-4
/
+4
*
Move kClientEdgeThickness from BrowserView to NonClientView (which makes more...
pkasting@chromium.org
2009-01-29
4
-27
/
+13
*
Fix incorrect spacing/width calculation for titlebar text. I used the wrong ...
pkasting@chromium.org
2009-01-29
2
-51
/
+49
*
Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeView
brettw@chromium.org
2009-01-29
1
-4
/
+8
*
fix p13n build.
tim@chromium.org
2009-01-29
1
-0
/
+3
*
Reverting 8822.
brettw@chromium.org
2009-01-28
5
-167
/
+83
*
Factor out the common parts of the about network dialog. I will be using this
brettw@chromium.org
2009-01-28
5
-83
/
+167
*
Make WebContentsView portable by using the native view types.
brettw@chromium.org
2009-01-28
1
-2
/
+3
*
Adds the ability to have browser windows shown with a specific
sky@google.com
2009-01-28
2
-0
/
+16
*
Extend the popup-mode location bar out into the nonclient view. This makes p...
pkasting@chromium.org
2009-01-27
2
-52
/
+34
*
Fix a small, subtle problem that caused an interactive_ui_test failure.
pkasting@chromium.org
2009-01-27
1
-2
/
+8
*
Re-land this from earlier... unit tests no longer crash.
ben@chromium.org
2009-01-27
4
-36
/
+63
*
Fixes tab contents crash. This changes a number of things in dragged
sky@google.com
2009-01-27
1
-13
/
+40
*
Make popups closer to pixel-perfect. The main problem is that the toolbar is...
pkasting@chromium.org
2009-01-27
6
-65
/
+77
*
Revert change 8693 because it breaks the unit_tests.
nsylvain@chromium.org
2009-01-27
4
-63
/
+36
*
Extract a cross-platform LocationBar interface accessible via the BrowserWind...
ben@chromium.org
2009-01-27
4
-36
/
+63
*
Include chrome/browser/views/SConscript in Linux build.
phajdan.jr@chromium.org
2009-01-26
1
-3
/
+171
*
This change should have few user-visible effects. I think I slightly modifie...
pkasting@chromium.org
2009-01-26
3
-279
/
+304
[next]