- 05 Dec, 2011 40 commits
-
-
rginda@chromium.org authored
Some of this code is based on Cory Maccarrone's html terminal, developed internally in Google as part of a different project. Thanks to Cory for allowing us to repurpose it here! This gets us to a point where we have the core classes largely fleshed out. The code passes 45 tests, mostly related to correct handling of vt100 escape sequences. Still to come: network connectivity, keyboard input, and text attributes! BUG=chromium-os:23271 TEST=test_harness.html:45/45 tests passed. Review URL: http://codereview.chromium.org/8680034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113066 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Also fixes a leak that was accidentally introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=113018. BUG=31037,106472 TEST=manual testing Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113040 Review URL: http://codereview.chromium.org/8802004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113064 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none NOTRY=true Review URL: http://codereview.chromium.org/8812001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113063 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
Don't move the cursor back to the center of the view unless it approaches the border. BUG=106054 TEST=None Review URL: http://codereview.chromium.org/8791001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113061 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
(and other disposition modifiers) BUG=7678 TEST=trybots Review URL: http://codereview.chromium.org/8662051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113059 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
- Remove the CWS service and token generation for that. - Remove StartFetchingMissingTokens method - Remove unit test for removed code. Review URL: http://codereview.chromium.org/8769053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113058 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Also clean up some unnecessary complexity in history HTML, and move history-specific CSS from old_webui.css to history.css. BUG=None. TEST=Manual test of functionality on history and downloads pages. Review URL: http://codereview.chromium.org/8772046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113056 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8805016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113054 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
1) Moving mouse to left screen edge causes the expanded overflow panels to shrink back. 2) Overflow panel is brought to normal area cannot be dragged correctly. BUG=106434 TEST=Enable overflow test plus manual test by moving mouse to left screen edge or clicking on overflow panel Review URL: http://codereview.chromium.org/8802021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113053 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
next_proto to net-internals log. In net internal logs, we will log proto in the following manner: (P) t=1323112212350 [st=463] HTTP_STREAM_REQUEST_PROTO --> next_proto_status = "negotiated" --> proto = "spdy/2" --> server_protos = "spdy/2,http/1.1" BUG=62064 TEST=network unit tests R=willchan The following was the original CL: http://codereview.chromium.org/8676046/ Review URL: http://codereview.chromium.org/8787011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113052 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/8788006chocobo@chromium.org authored
BUG=chromium-os:23476 TBR=kmixter@chromium.org Review URL: http://codereview.chromium.org/8806027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113051 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Params, since that's an internal content IPC struct. BUG=98716 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113006 Review URL: http://codereview.chromium.org/8801003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113050 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/8520009/caitkp@chromium.org authored
Turn on flag to check cookies when updating NTP Promo. Review URL: http://codereview.chromium.org/8772063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113049 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8803026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113048 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Make ExtensionSet iterate like a set instead of a map. BUG=104091 TEST=existing tests Review URL: http://codereview.chromium.org/8733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113047 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
This is required by CL 108226; without this textures that were created with TexImage2D(..., NULL) (i.e. pixels==NULL) get cleared right before being rendered, *after* they've been drawn to by the decoder. BUG=104579 TEST=trybots. Also, gles2 works again (as does the nascent <video> HW video decode being developed for the bug above) Review URL: http://codereview.chromium.org/8702017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113046 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=31037 TEST=manual testing Review URL: http://codereview.chromium.org/8802004 TBR=dcheng@chromium.org Review URL: http://codereview.chromium.org/8805030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113045 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
In the switchover from history2, the ability to select multiple history search results (using the checkboxes) was lost. This CL restores that ability, and fixes some style issues with the search results page. BUG=106394 TEST=Manual: open chrome://history, do a search, and ensure that you can select and delete multiple items. Review URL: http://codereview.chromium.org/8807001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113044 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
Hosted apps should only share with each other, and an isolated app should only share with the exact same app. BUG=102533 BUG=105322 TEST=Open many pages, extensions, and apps, and check sharing relationships. Review URL: http://codereview.chromium.org/8677026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113043 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@chromium.org authored
Review URL: http://codereview.chromium.org/8790013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113042 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113041 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=31037 TEST=manual testing Review URL: http://codereview.chromium.org/8802004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113040 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
This pulls in the following Native Client changes: r7355: (mcgrathr) Don't misalign the trusted stack on ARM r7356: (jvoung) Avoid linking in pnacl irt shim for the hello world commandline test. r7357: (mcgrathr) Harmonize flags for Linux builds BUG=none TEST=nacl_integration R=noelallen@chromium.org Review URL: http://codereview.chromium.org/8805024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113039 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=none Review URL: http://codereview.chromium.org/8801006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113038 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@chromium.org authored
Review URL: http://codereview.chromium.org/8764007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113036 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
line switch for M17, as the branch point is tonight. This will be reverted after the branch point. BUG=106313 Review URL: http://codereview.chromium.org/8799013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113035 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=106231 TEST=none Review URL: http://codereview.chromium.org/8784008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113034 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
(Now with a fix for the crash from Friday; we need to copy the bitmap into a different format first for ownership reasons.) GdkGC is deprecated and will be removed in gtk3 and cairo should be faster anyway. This uses the new CairoCachedSurface in gfx::Image. BUG=79722 TEST=none First commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=112839 Review URL: http://codereview.chromium.org/8781001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113033 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
When calling PostTask, rather than always providing the source information corresponding to ScheduleTask, use the location of the caller of ScheduleTask. This helps in disambiguating tasks in, for example, the task profiler. BUG=105921 TEST= Review URL: http://codereview.chromium.org/8745017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113032 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=79722 TEST=none Review URL: http://codereview.chromium.org/8773025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113031 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113030 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8785018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113029 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8801013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113028 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
Allow the user of the utility process to specify whether the zygote should be used on Linux. This allows to sandbox all the uses of the utility process that don't do FS access, which right now are all except extension unpacking and NPAPI plugin listing. This is the first step to get the utility process sandboxed on Linux. Since most of the uses of the utility process don't do file access, launching all of those from the zygote will simplify sandboxing the one that does: extension unpacking. BUG=93109 TEST=Try installing an extension from the web store. Review URL: http://codereview.chromium.org/8770025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113027 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=105941 R=csilv@chromium.org TEST=[ "`grep -Rin 'bookmark' chrome/browser/resources/ntp4/ | grep -v 'BOOKMARKS_PANE' | wc -l`" -eq 0 ] && echo 'Yay!' Review URL: http://codereview.chromium.org/8770036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113026 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Revert 113006 - Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Params, since that's an internal content IPC struct. BUG=98716 Review URL: http://codereview.chromium.org/8801003 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8799015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113025 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
Extension::InitFromValue was leaking Manifest objects when returning early from error conditions. BUG=106331 TEST=existing Review URL: http://codereview.chromium.org/8805010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113024 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
tabs, particularly extension bg pages, infobars, and popups. This is needed to enable WebDriver to work with these views. BUG=93571 TEST=none Review URL: http://codereview.chromium.org/8790003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113023 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium:97846 TEST=browser_tests -gtest_filter=EditSearchEngineDialogUITest* Review URL: http://codereview.chromium.org/8676008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113022 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This allows plugins that call into glib for NP_GetMIMEDescription to load without crashing. BUG=71661,105252 TEST=Have libTotem plugins installed, go to about:plugins and they are present. Review URL: http://codereview.chromium.org/8774048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113021 0039d316-1c4b-4281-b951-d872f2087c98
-