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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2855613002: Removed |which| from KeyboardEvent and MouseEvent. (Closed)
Patch Set: Removed FIXME, counters. Rebased. Created 3 years, 7 months 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
« no previous file with comments | « third_party/WebKit/Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 kCSSSelectorPseudoScrollbarTrackPiece = 586, 430 kCSSSelectorPseudoScrollbarTrackPiece = 586,
431 kLangAttribute = 587, 431 kLangAttribute = 587,
432 kLangAttributeOnHTML = 588, 432 kLangAttributeOnHTML = 588,
433 kLangAttributeOnBody = 589, 433 kLangAttributeOnBody = 589,
434 kLangAttributeDoesNotMatchToUILocale = 590, 434 kLangAttributeDoesNotMatchToUILocale = 590,
435 kInputTypeSubmit = 591, 435 kInputTypeSubmit = 591,
436 kInputTypeSubmitWithValue = 592, 436 kInputTypeSubmitWithValue = 592,
437 // The above items are available in M40 branch. 437 // The above items are available in M40 branch.
438 438
439 kSetReferrerPolicy = 593, 439 kSetReferrerPolicy = 593,
440 kMouseEventWhich = 595,
441 kUIEventWhich = 598,
442 kTextWholeText = 599, 440 kTextWholeText = 599,
443 kNotificationCloseEvent = 603, 441 kNotificationCloseEvent = 603,
444 kStyleMedia = 606, 442 kStyleMedia = 606,
445 kStyleMediaType = 607, 443 kStyleMediaType = 607,
446 kStyleMediaMatchMedium = 608, 444 kStyleMediaMatchMedium = 608,
447 kMixedContentPresent = 609, 445 kMixedContentPresent = 609,
448 kMixedContentBlockable = 610, 446 kMixedContentBlockable = 610,
449 kMixedContentAudio = 611, 447 kMixedContentAudio = 611,
450 kMixedContentDownload = 612, 448 kMixedContentDownload = 612,
451 kMixedContentFavicon = 613, 449 kMixedContentFavicon = 613,
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 // Tracks what features/properties need to be reported to the legacy 1711 // Tracks what features/properties need to be reported to the legacy
1714 // histograms. 1712 // histograms.
1715 BitVector feature_bits_; 1713 BitVector feature_bits_;
1716 BitVector css_bits_; 1714 BitVector css_bits_;
1717 } legacy_counter_; 1715 } legacy_counter_;
1718 }; 1716 };
1719 1717
1720 } // namespace blink 1718 } // namespace blink
1721 1719
1722 #endif // UseCounter_h 1720 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/UIEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698