- 06 Dec, 2011 40 commits
-
-
serya@chromium.org authored
TEST=None BUG=chromium-os:23767 Review URL: http://codereview.chromium.org/8822009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113214 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=43460 R=mirandac@chromium.org Review URL: http://codereview.chromium.org/8822012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113213 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106549 TBR=asargent@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8820018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113212 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106529 TBR=miket@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8818016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113211 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Was already marked Flaky for Linux. Now failing ~5-10% of the time on Mac as well starting Friday December 2nd, first failure has Chrome blamelist 112587:112582. TBR=yurys@chromium.org BUG=103539 Review URL: http://codereview.chromium.org/8822011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113209 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This has failed on the Linux ChromeOS Aura bot for 4 out of the last ~8 builds. TBR=cmasone@chromium.org BUG=106538 Review URL: http://codereview.chromium.org/8815012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113208 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) In Javascript, 'username' means canonical email and 'email' means displayed email. *) In C++, both 'email' and 'username' refer to the canonical email (because it is used in all cases except passing to JS); 'display email' refers to the raw email as entered by user. BUG=chromium-os:11328 TEST=Manual: after adding a user with dot in the email, dot should be preserved on the login screen, in Preferences, in the 'report bug' page, in the whitelist. Review URL: http://codereview.chromium.org/8773046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113207 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=mpcomplete@chromium.org BUG=48833 Review URL: http://codereview.chromium.org/8820013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113206 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=None TEST=No functionality change. Simply renaming constants. Review URL: http://codereview.chromium.org/8805022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113205 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=49941 TEST=Generation of policy_templates still works Review URL: http://codereview.chromium.org/8819015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113204 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=https://twitter.com loads Review URL: http://codereview.chromium.org/8770048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113203 0039d316-1c4b-4281-b951-d872f2087c98
-
ensonic@google.com authored
The mac header is using conditional compilation to become neutral for other platforms. Unfortunately it won't work for all gyp backends, as the gyp file is removing the header from the sources for non mac platforms. Better use conditionals in the few places where we use it. That also spares us to explain the hack. Review URL: http://codereview.chromium.org/8822010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113202 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Make ShelfLayoutController a ShelfLayoutManager for launcher, status windows. Relanding http://codereview.chromium.org/8743014/ win_aura buildbot just needed a clobber. BUG=105661 TEST=Manual. Status area is represented with all icons on Aura. TBR=sky Review URL: http://codereview.chromium.org/8819016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113201 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=43460 R=mirandac@chromium.org Review URL: http://codereview.chromium.org/8816001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113200 0039d316-1c4b-4281-b951-d872f2087c98
-
qghc36@motorola.com authored
TaskManager: Added functionality to remember the size of the task manager dialog so that it can be restored with the same size in further launches. BUG=105117 TEST=None Review URL: http://codereview.chromium.org/8741010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113198 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
(by initializing its length_ to 0), and to return the number of bytes skipped if buffer==null, rather than returning the offset. Review URL: http://codereview.chromium.org/8800017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113197 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
by ThreadSanitizer. We don't need the suppression anymore. BUG=106197 Review URL: http://codereview.chromium.org/8800012 TBR=glider@chromium.org Review URL: http://codereview.chromium.org/8819017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113194 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=106531 TBR=glider Review URL: http://codereview.chromium.org/8815009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113193 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
We don't run it yet it's slow and fails due to too-big PDB files on the bot TBR=glider Review URL: http://codereview.chromium.org/8816018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113192 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Fix rare logdir races by adding "_logdirfilecount" to the 'PID' when generating a unique logdir path TBR=bruening Review URL: http://codereview.chromium.org/8816017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113191 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
This is needed for the Windows bots to have the suppression hashes available in the build view as unique failures. TBR=glider Review URL: http://codereview.chromium.org/8816016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113190 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Revert 113183 - Revert 113177 - process all ui events before posting closure because menu depends on ui events to quit. Add new RunClosureAfterAllPendingUIEvents for toolkit views. BUG=104359 TEST=BookmarkBarViewTest in interactive_ui_tests will pass Review URL: http://codereview.chromium.org/8799020 Reason for revert: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromeOS%20Aura/builds/1514 Reason for un-revert: The test succeeded before the original revert, looks like it's just flaky. TBR=oshima@chromium.org Review URL: http://codereview.chromium.org/8821012 TBR=joi@chromium.org Review URL: http://codereview.chromium.org/8820010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113189 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106529 TBR=miket@chromium.org Review URL: http://codereview.chromium.org/8820008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113188 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
We don't run sync_unit_tests now and it's so big and slow it affects both the performance and the stability of building. For example, it doesn't build on the Dr.Memory trybot now. TBR=bruening Review URL: http://codereview.chromium.org/8816015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113187 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Make ShelfLayoutController a ShelfLayoutManager for launcher, status windows. BUG=105661 TEST=Manual. Status area is represented with all icons on Aura. Review URL: http://codereview.chromium.org/8743014 TBR=nkostylev@chromium.org Review URL: http://codereview.chromium.org/8817016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113186 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Make ShelfLayoutController a ShelfLayoutManager for launcher, status windows. BUG=105661 TEST=Manual. Status area is represented with all icons on Aura. Review URL: http://codereview.chromium.org/8743014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113185 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
This is a function for the bookmark manager, which wants to show the "Open in Incognito mode" option only if the incognito mode is available. BUG=none TEST=no Review URL: http://codereview.chromium.org/8662008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113184 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Revert 113177 - process all ui events before posting closure because menu depends on ui events to quit. Add new RunClosureAfterAllPendingUIEvents for toolkit views. BUG=104359 TEST=BookmarkBarViewTest in interactive_ui_tests will pass Review URL: http://codereview.chromium.org/8799020 Reason for revert: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromeOS%20Aura/builds/1514 TBR=oshima@chromium.org Review URL: http://codereview.chromium.org/8821012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113183 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=105332 TEST=Manual Review URL: http://codereview.chromium.org/8821011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113182 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=bruening Review URL: http://codereview.chromium.org/8816013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113181 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=none Review URL: http://codereview.chromium.org/8805005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113180 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Add new RunClosureAfterAllPendingUIEvents for toolkit views. BUG=104359 TEST=BookmarkBarViewTest in interactive_ui_tests will pass Review URL: http://codereview.chromium.org/8799020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113177 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Not the final UI yet. Additional improvements: - file name is selected in save-as dialog at start; - new folder moved to context menu, button deleted. BUG=chromium-os:20168,chromium-os:22106,chromium-os:22105,chromium-os:22032,chromium-os:20547,chromium-os:20549 TEST=Manual Review URL: http://codereview.chromium.org/8554003 Reason for revert: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromeOS%20Aura/builds/1508 TBR=dgozman@chromium.org Review URL: http://codereview.chromium.org/8818006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113176 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113175 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
This CL does not change anything for any other audio client but the WebRTC clients. All other clients can ignore this new functionality and will still use the default input device as before. BUG=none TEST=special version of content_unittests --gtest_filter=WebRTCAudioDeviceTest* Review URL: http://codereview.chromium.org/8770005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113173 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
PPB_{TCP|UDP}Socket_Private interfaces are exposed to Browser process. Added shared (between NaCl and Pepper) tests for both interfaces. BUG=105859 TEST=ui_tests Review URL: http://codereview.chromium.org/8804006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113172 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=106522 TBR=bruening Review URL: http://codereview.chromium.org/8819012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113171 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=96703 Review URL: http://codereview.chromium.org/8659007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113170 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
by ThreadSanitizer. We don't need the suppression anymore. BUG=106197 Review URL: http://codereview.chromium.org/8800012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113169 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8789017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113168 0039d316-1c4b-4281-b951-d872f2087c98
-