- 16 May, 2012 40 commits
-
-
vitalybuka@chromium.org authored
Revert 137558 - Revert 136935 - Sometimes data is NULL. I am not sure if it's correct behavior , but it's safe just to check pointer. Reverted by mistake instead of branch. BUG=127865 Review URL: https://chromiumcodereview.appspot.com/10386106 TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383225 TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137567 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=124167 TEST=no Review URL: https://chromiumcodereview.appspot.com/10310182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137566 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
These tests were disabled before because libppruntime.so was failing to link because the link command sometimes hit a command line length limit. We have since worked around the length limit, and libppruntime.so should no longer be built by the tests anyway. This was previously committed as r136913 but it failed on the buildbots and was reverted because of a compile problem with __cpuidex() that has since been fixed. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2648 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10389182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137565 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
This fixes the nacl SDK build R= binji@chromium.org BUG=none (broken nacl SDK bots) TEST=nacl SDK build Review URL: https://chromiumcodereview.appspot.com/10392137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137561 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
BUG=128053 TEST=locally tested on lumpy Review URL: https://chromiumcodereview.appspot.com/10399043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137560 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
SPDY/2 for 4% of the users. BUG=128247 R=jar TEST=browser unit tests Review URL: https://chromiumcodereview.appspot.com/10377179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137559 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Revert 136935 - Sometimes data is NULL. I am not sure if it's correct behavior , but it's safe just to check pointer. Broken build. BUG=127865 Review URL: https://chromiumcodereview.appspot.com/10386106 TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137558 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10379003/wjia@chromium.org authored
enable media stream by default. BUG=124790 TEST=local preview works without --enable-media-stream and remote view won't show without --enable-peer-connection. Review URL: https://chromiumcodereview.appspot.com/10391157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137557 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=119492 TEST=manually done Review URL: https://chromiumcodereview.appspot.com/10386124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137556 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10406014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137555 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10386076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137554 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10387120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137553 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Also move libxml_utils from chrome/common/ into base/, because it's now being used to read the results files from content/gpu/ TBR=ben@chromium.org BUG=chromium:122838,chromium:124325 TEST=Builds on all platforms, and chrome://gpu gives a correct rating after the user re-runs the WinSAT assessment. Review URL: https://chromiumcodereview.appspot.com/10128002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137552 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
--- ash: Add a heads-up display to track touch-point states and positions. The command-line flag to turn on the HUD is --ash-touch-hud. It can also be turned on from about:flags BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10386178 TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137551 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
BUG=127858 TEST=add 'cups_encryption' filed to 'Service State' file in print settings section. Value should be 0..4 (see http_encryption_t for possible values). Review URL: https://chromiumcodereview.appspot.com/10399050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137550 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The command-line flag to turn on the HUD is --ash-touch-hud. It can also be turned on from about:flags BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10386178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137549 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=137047 merged, re-enabled password autofill for Incognito window. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10389183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137548 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
to match the behaviour expected by calling code. The original change was reverted by https://chromiumcodereview.appspot.com/10384209. BUG=124091,127933 Review URL: https://chromiumcodereview.appspot.com/10391169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137547 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
-This is for metro mode -The image is a placeholder, image to be provided later BUG=127489 TEST=see the bug for details. Review URL: https://chromiumcodereview.appspot.com/10388156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137544 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Reverting r133134 - Make sure that base::MessagePumpForUI from different modules are isolated from each other and add protection from shatter attacks by placing |this| pointer to the used data associated with the message-only window (instead of blindly trusting the value of WPARAM). We suspect that r133134 might be causing issues like 124091, so it needs to be reworked. BUG=124091,127933 TBR=alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137542 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=127931 TEST=none Review URL: https://chromiumcodereview.appspot.com/10398060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137541 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery. BUG=55584 Review URL: https://chromiumcodereview.appspot.com/10356052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137540 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG= TEST=none Review URL: https://chromiumcodereview.appspot.com/10389179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137539 0039d316-1c4b-4281-b951-d872f2087c98
-
pnihalani@chromium.org authored
-Changed list of files being checked for NaCl sdk installer. -Changed Download and unziping of nacl_sdk folder on all the platforms(Used Zipfile module). -Changed installation of NaCl SDK. -Removed Hello world examples from test case. -Added new examples like Input Events, Dynamic Library(Magic * ball), Load progress, Multi-threaded input events, Web socket Code Cleanup: -Removed unused methods and pre-defined global variables. -Removed pre-release gallery test.test(method-testNaClSDK) of new installation process of NaCl sdk. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10310047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137538 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
DispatcherLinux may not always receive all events (e.g. when a menu is running a nested message-loop). So install it a message-pump observer, so that all X events go through the DL. Also, turn off the check for X-event consistency on release builds. BUG=128183 TEST=none Review URL: https://chromiumcodereview.appspot.com/10377161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137537 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Search results will be shown under virtual path gdata/.search/<query>. Content search will be triggered whenever we try to enumerate directory with the mentioned file path format. Entries returned by search results will have file names formatted as <resource_id>.<real_file_name>, so we have to strip resource_id part before displaying name or selecting target path for copy/move operations. When user enters some input x in search box(on gdata only), file manager will change directory to /gdata/.search/x in which search results will be displayed TEST = manual BUG=chromium-os:27539 Review URL: https://chromiumcodereview.appspot.com/10342010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137536 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
There were two issues: 1. RTL wrapping was simply not happening if your UI language locale was not RTL. Which made FORCE_RTL_DIRECTIONALITY not work. 2. RTL wrapping was not being applied in the SizeStringInt() path, which resulted in an inconsistency between the needed width for SizeStringInt() and DrawStringInt(), causing a problem with the label code resulting in truncation. This CL fixes both issues. BUG=128073, 105550 TEST=See testcases attached to bug. Review URL: https://chromiumcodereview.appspot.com/10384168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137535 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
There might be several provisional loads in different render view hosts going on, so the observers need to know where the signals came from BUG=109792 TEST=none, just added the parameter everywhere Review URL: https://chromiumcodereview.appspot.com/10392072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137534 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=ben@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10332209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137531 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Prevent title-only panel from fully minimizing when attention is cleared if mouse is in the panel or the panel is being dragged. Added dragging tests related to minimized panels. Most of the changes are test related. BUG=127584 TEST=new tests added Review URL: https://chromiumcodereview.appspot.com/10384192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137530 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Rename text_to_display_when_empty -> placehodler_text; - Draw placeholder text when there is no user text; BUG=none. TEST=none. Review URL: https://chromiumcodereview.appspot.com/10310131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137529 0039d316-1c4b-4281-b951-d872f2087c98
-
gdk@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10382204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137528 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Step2. - Move ui/gfx/gfx_resources.grd to ui/base/native_theme/native_theme_resources.grd -Updated gyp/DEPS/py files to use new target. -Removed old files. I had to keep the gfx_resources.pak as DumpRendererTree depends on it. I'll update DumpRendererTree first and then remove copy of gfx_resources.pak. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137527 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This disables window manager borders, and supports dragging of the skyline, as well as resizing from the corners. This patch also moves our ::Atom caching out of RootWindowHostLinux and into its own Singleton. BUG=125106 TEST=none Review URL: https://chromiumcodereview.appspot.com/10381063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137525 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=127299 TEST= 1. go to chrome://bookmarks/ 2. be sure, the cursor focus is in the search box 3. take a look at the search box 4. It should be the same as the search box in chrome://downloads/ when focused Review URL: https://chromiumcodereview.appspot.com/10383200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137522 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL adds a PyAuto test for the DeviceGuestModeEnabled policy which enables/disables guest login on Chrome OS devices. As a prerequisite, the browser automation framework is fixed so that it does not wait for the login screen to be shown when the account picker is enabled instead. BUG=128343 TEST=New PyAuto ChromeosDevicePolicy.testGuestModeEnabled Review URL: https://chromiumcodereview.appspot.com/10382197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137521 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This patch makes ImageSkia more like SkBitmap. The goal is to make swapping from SkBitmap to ImageSkia easier. Notable changes: - ImageSkia can be cheaply copied - Added extractSubset, will remove after SkBitmaps have been converted to ImageSkia - Modified API to look more like SkBitmap Review URL: https://chromiumcodereview.appspot.com/10245003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137520 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Found via Eclipse. BUG=none TEST=none R=groby Review URL: https://chromiumcodereview.appspot.com/10391167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137519 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137518 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10377177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137515 0039d316-1c4b-4281-b951-d872f2087c98
-