Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3437)

Issue 51260043: Added working directory bar. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by pajamallama
Modified:
10 years, 3 months ago
Reviewers:
tapted
CC:
chrome-apps-internsyd_google.com
Base URL:
https://github.com/tapted/bleeding_edge.git@logging_to_screen
Visibility:
Public.

Description

Added working directory bar. This CL adds a button to the html allowing the working directory to be changed after startup. The current working directory basename is shown in a disabled text field next to it. Changing the working directory persists the new entryID from chrome.fileSystem.retainEntry to local storage. R=tapted@chromium.org Committed: https://github.com/tapted/bleeding_edge/commit/4058286

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebasing #

Patch Set 3 : Cleaning up pubchrome.dart & FileSystem interface. #

Total comments: 16

Patch Set 4 : Cleaned up HTML/CSS & pubchrome.dart (+ added comments) #

Patch Set 5 : Alphabetising CSS #

Patch Set 6 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -67 lines) Patch
M dart/sdk/lib/_internal/pub/app/pub.html View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/app/style.css View 1 2 3 4 1 chunk +20 lines, -9 lines 0 comments Download
M dart/sdk/lib/_internal/pub/lib/src/app/pubchrome.dart View 1 2 3 1 chunk +39 lines, -15 lines 0 comments Download
M dart/sdk/lib/_internal/pub/lib/src/entrypoint.dart View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart View 1 2 3 1 chunk +22 lines, -31 lines 0 comments Download
M dart/sdk/lib/_internal/pub/pub.html View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/style.css View 1 2 3 4 1 chunk +20 lines, -9 lines 0 comments Download

Messages

Total messages: 7
pajamallama
10 years, 3 months ago (2014-01-13 07:41:07 UTC) #1
tapted
CL description needs some work https://codereview.appspot.com/51260043/diff/1/dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart File dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart (right): https://codereview.appspot.com/51260043/diff/1/dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart#newcode56 dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart:56: static Future<Directory> setWorkingDirectory([Directory dir]) ...
10 years, 3 months ago (2014-01-13 07:59:39 UTC) #2
pajamallama
https://codereview.appspot.com/51260043/diff/1/dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart File dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart (right): https://codereview.appspot.com/51260043/diff/1/dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart#newcode56 dart/sdk/lib/_internal/pub/lib/src/wrap/io_wrap.dart:56: static Future<Directory> setWorkingDirectory([Directory dir]) { On 2014/01/13 07:59:40, tapted ...
10 years, 3 months ago (2014-01-14 06:59:12 UTC) #3
tapted
https://codereview.appspot.com/51260043/diff/40001/dart/sdk/lib/_internal/pub/app/pub.html File dart/sdk/lib/_internal/pub/app/pub.html (right): https://codereview.appspot.com/51260043/diff/40001/dart/sdk/lib/_internal/pub/app/pub.html#newcode15 dart/sdk/lib/_internal/pub/app/pub.html:15: </div><br> nit: You could probably put this in a ...
10 years, 3 months ago (2014-01-14 08:17:28 UTC) #4
pajamallama
Much cleaner https://codereview.appspot.com/51260043/diff/40001/dart/sdk/lib/_internal/pub/app/pub.html File dart/sdk/lib/_internal/pub/app/pub.html (right): https://codereview.appspot.com/51260043/diff/40001/dart/sdk/lib/_internal/pub/app/pub.html#newcode15 dart/sdk/lib/_internal/pub/app/pub.html:15: </div><br> On 2014/01/14 08:17:29, tapted wrote: > ...
10 years, 3 months ago (2014-01-14 23:06:51 UTC) #5
tapted
lgtm, except for the commit description. Needs to say stuff like This CL adds a ...
10 years, 3 months ago (2014-01-14 23:31:04 UTC) #6
pajamallama
10 years, 3 months ago (2014-01-14 23:59:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r4058286 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b