Update to Chromium revision 194165.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1221 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-04-15 22:16:01 +00:00
parent 414befcd92
commit bb6eeee686
47 changed files with 154 additions and 121 deletions

View File

@@ -1,8 +1,8 @@
Index: message_loop.cc
===================================================================
--- message_loop.cc (revision 181864)
--- message_loop.cc (revision 194165)
+++ message_loop.cc (working copy)
@@ -193,7 +193,7 @@
@@ -191,7 +191,7 @@
MessageLoop::~MessageLoop() {
DCHECK_EQ(this, current());

View File

@@ -1,8 +1,8 @@
Index: page/FrameView.cpp
===================================================================
--- page/FrameView.cpp (revision 146842)
--- page/FrameView.cpp (revision 148366)
+++ page/FrameView.cpp (working copy)
@@ -209,10 +209,12 @@
@@ -198,10 +198,12 @@
if (!page)
return;
@@ -17,17 +17,17 @@ Index: page/FrameView.cpp
PassRefPtr<FrameView> FrameView::create(Frame* frame)
Index: platform/mac/NSScrollerImpDetails.mm
===================================================================
--- platform/mac/NSScrollerImpDetails.mm (revision 146842)
--- platform/mac/NSScrollerImpDetails.mm (revision 148366)
+++ platform/mac/NSScrollerImpDetails.mm (working copy)
@@ -34,6 +34,7 @@
#if PLATFORM(CHROMIUM)
@@ -33,6 +33,7 @@
bool isScrollbarOverlayAPIAvailable()
{
+#if 0
static bool apiAvailable;
static bool shouldInitialize = true;
if (shouldInitialize) {
@@ -44,6 +45,9 @@
@@ -43,6 +44,9 @@
&& [scrollerImpPairClass instancesRespondToSelector:@selector(scrollerStyle)];
}
return apiAvailable;
@@ -35,5 +35,5 @@ Index: platform/mac/NSScrollerImpDetails.mm
+ return false;
+#endif
}
#endif
NSScrollerStyle recommendedScrollerStyle() {

View File

@@ -1,13 +1,13 @@
Index: features.gypi
===================================================================
--- features.gypi (revision 145278)
--- features.gypi (revision 148366)
+++ features.gypi (working copy)
@@ -193,7 +193,7 @@
@@ -131,7 +131,7 @@
'ENABLE_CALENDAR_PICKER=1',
'ENABLE_DATALIST_ELEMENT=1',
'ENABLE_INPUT_SPEECH=1',
- 'ENABLE_INPUT_TYPE_COLOR=1',
+ 'ENABLE_INPUT_TYPE_COLOR=0',
'ENABLE_INPUT_TYPE_WEEK=1',
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
'ENABLE_LEGACY_NOTIFICATIONS=1',
'ENABLE_MEDIA_CAPTURE=0',