- 05 Dec, 2011 37 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112992 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112990 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112989 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move a bunch of accessibility tests in chrome that have no chrome dependencies to content. We want code that tests content to live alongside the code its testing. Also, some of these depend on view_messages.h, which is internal to content. BUG=98716 Review URL: http://codereview.chromium.org/8804001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112988 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get rid of view_messages.h dependency in extension_messages_browsertest.cc by adding a method to MockRenderThread instead. BUG=98716 Review URL: http://codereview.chromium.org/8801001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112987 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=31037 TEST=ui_unittests --gtest_filter=ClipboardTest.* Review URL: http://codereview.chromium.org/8803006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112986 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
This way ChromiumOS can run the same session restore code as Chrome. BUG=1870 TEST=NONE Review URL: http://codereview.chromium.org/8745015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112985 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
Added temporary downstream webkit expectations. TBR=scheib Review URL: http://codereview.chromium.org/8801010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112984 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Don't use SCRIPT_UNDEFINED in the case of font fallback, unless font fallback actually fails to return a script that can display the characters. This fixes the problem of some scripts not being properly displayed. This actually makes RenderTextWin properly validate whether a text position accepts a cursor, which caused several tests to fail and revealed some additional issues in RenderTextWin. The CL includes some modifications to address this. Also, fixes some lint warnings. BUG=90426 TEST=Run chrome.exe --use-pure-views and paste some Bengali text into the omnibox. It should show up properly. Review URL: http://codereview.chromium.org/8575020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112983 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=brettw@chromium.org BUG=106402 TEST=valgrind bots go greener Review URL: http://codereview.chromium.org/8803015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112982 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=ivankr@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/8806009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112981 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:20156 TEST=None Review URL: http://codereview.chromium.org/8788011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112980 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=jar@chromium.org BUG=106326 TEST=valgrind bots go greener Review URL: http://codereview.chromium.org/8800008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112979 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=none (no functional change) TBR=zea@chromium.org Review URL: http://codereview.chromium.org/8784006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112978 0039d316-1c4b-4281-b951-d872f2087c98
-
mflodman@chromium.org authored
Review URL: http://codereview.chromium.org/8695004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112977 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8802005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112976 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
The Java Bridge makes repeated use of numerous JNI method IDs. We wish to avoid repeatedly looking up these IDS, so we cache them. Currently we use Singleton objects to achieve this. However, this seems inappropriate for several reasons ... - Requires excessive boilerplate - Thread safety not required - Exit cleanup not required We can avoid using Singleton, without introducing static initializers, by simply using a static local. See http://codereview.chromium.org/8659007 for background. TBR=avi BUG=105547 Review URL: http://codereview.chromium.org/8769005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112975 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:20552 TEST=None Review URL: http://codereview.chromium.org/8769043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112974 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8802006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112973 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8771037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112972 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
Ordinal IME shows candidate window under the cursor, but Mozc should show "suggest window"(same view but different location) and it's location is sent by mozc-engine. BUG=chromium-os:21356 TEST=manually confirmed it works fine and no conflict with other CJK engine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112452 Review URL: http://codereview.chromium.org/8505051 TBR=nona@chromium.org Review URL: http://codereview.chromium.org/8799005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112971 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
The feature is behind a command line flag --enable-restore-session-state. BUG=1870 TEST=CookieMonsterTest.PersistSessionCookies, SQLitePersistentCookieStoreTest.Test(Dont)?LoadOldSessionCookies, SQLitePersistentCookieStoreTest.PersistHasExpiresAndIsPersistent Review URL: http://codereview.chromium.org/8533013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112970 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:23434 TEST=See bug. Review URL: http://codereview.chromium.org/8770044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112969 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=no functional change Review URL: http://codereview.chromium.org/8785004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112968 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Ordinal IME shows candidate window under the cursor, but Mozc should show "suggest window"(same view but different location) and it's location is sent by mozc-engine. BUG=chromium-os:21356 TEST=manually confirmed it works fine and no conflict with other CJK engine. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112452 Review URL: http://codereview.chromium.org/8505051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112965 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8800005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112964 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=dvyukov BUG=105706 Review URL: http://codereview.chromium.org/8806005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112963 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112962 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
BUG=104946. TEST=As described in the bug. Review URL: http://codereview.chromium.org/8606007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112960 0039d316-1c4b-4281-b951-d872f2087c98
-
https://docs.google.com/demodavidbarr@chromium.org authored
Avoid collapsing the preferred size reported by RenderView when WebKit is unable to calculate scrollable height. BUG=103423 TEST=http://docs.google.com/demo 'Sign In' and 'Get Started' shouldn't wrap. Review URL: http://codereview.chromium.org/8670014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112959 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
a long while back the NTP showed some sort of UI depending on whether it was your home page or not, but that's long since gone so we don't need to reconstruct the cache if it's changed. BUG=none TEST=none Review URL: http://codereview.chromium.org/8774014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112957 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
if entries_ is larger than kMaxEntries, some pointer math goes askew BUG=106082 TEST=included Review URL: http://codereview.chromium.org/8776018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112955 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
When a download is detected as malicious by the safe browsing service, the download shelf now displays a warning message along with a 'Discard' button and a drop down menu with additional actions. BUG=102540 TEST=Initiating a download that is flagged as malicious by the safe browsing service causes the new malicious download warning to be displayed on the download shelf. Review URL: http://codereview.chromium.org/8757007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112954 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
If the user is already logged in pre M17 and user sets up notifications, the user will be asked to sign in. AppNOtifyChannelUI::OnStateChanged is called more than once before the oauth2 token is generated. Fix it by: Remembering if the wizard ever became visible instead of whether the callback happened once. Review URL: http://codereview.chromium.org/8787013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112953 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://net-internalsachuith@chromium.org authored
Add chromeos tab to chrome://net-internals. Move ONC file import input field to chromeos tab, from network options. Support for encrypted onc files. Fix net_internals browser test. BUG=chromium-os:23472,chromium-os:19397 TEST=Go to chrome://net-internals, click on chromeos tab. Should be able to import an onc file from there. If the file is encrypted, should be prompted for a passcode. Review URL: http://codereview.chromium.org/8741009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112952 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112951 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
This DEPS roll pulls in a new script for downloading NaCl toolchains. TRB= bradnelson@chromium.org Review URL: http://codereview.chromium.org/8742033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112950 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Dec, 2011 3 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112949 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
TBR=vsevik Review URL: http://codereview.chromium.org/8797001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112948 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Capitalize column headers and buttons as appropriate for the platform. BUG=none TEST=Private Memory, Shared Memory, JavaScript cache, End process, etc. should have consistent capitalization Review URL: http://codereview.chromium.org/8711001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112947 0039d316-1c4b-4281-b951-d872f2087c98
-