Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: third_party/WebKit/WebCore/inspector/InspectorController.cpp

Issue 16254: Move port/page/inspector bits to WebCore/Inspector (1/2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/inspector/InspectorController.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/src/webkit/port/page/inspector/InspectorController.cpp:r3734-4217,4606-5108,5177-5263
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2007 Google Inc. All rights reserved. 2 * Copyright (C) 2007 Google Inc. All rights reserved.
3 * Authors: Collin Jackson, Adam Barth 3 * Authors: Collin Jackson, Adam Barth
4 * 4 *
5 * This is the V8 version of the KJS InspectorController, which is located in 5 * This is the V8 version of the KJS InspectorController, which is located in
6 * webkit/pending. 6 * webkit/pending.
7 * Copyright (C) 2007 Apple Inc. All rights reserved. 7 * Copyright (C) 2007 Apple Inc. All rights reserved.
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions 10 * modification, are permitted provided that the following conditions
(...skipping 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 } 1815 }
1816 1816
1817 bool InspectorController::stopTiming(const String& title, double& elapsed) 1817 bool InspectorController::stopTiming(const String& title, double& elapsed)
1818 { 1818 {
1819 elapsed = 0; 1819 elapsed = 0;
1820 notImplemented(); 1820 notImplemented();
1821 return false; 1821 return false;
1822 } 1822 }
1823 1823
1824 } // namespace WebCore 1824 } // namespace WebCore
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/WebCore/inspector/InspectorController.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698