Commit Graph

14333 Commits

Author SHA1 Message Date
Stephen Pohl
dc1db88585 Tests for Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc 2013-02-08 13:57:46 -08:00
Stephen Pohl
edc1aa01df Swipe availability check - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud 2013-02-08 13:57:28 -08:00
Stephen Pohl
69b34f924a Move gGestureSupport to browser-gestureSupport.js - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc 2013-02-08 13:57:10 -08:00
Stephen Pohl
8d7a3e80e7 Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc 2013-02-08 13:56:50 -08:00
Shane Caraveo
fb75c78c7d Bug 821262 - Refactor social enabled/active/provider states. r=gavin 2013-02-08 11:39:25 -08:00
Avi Halachmi
1b73c25fba Bug 828097: Add telemetry probes for tab animation smoothness. r=felipc,vdjeric 2013-02-08 01:55:39 +02:00
Mike Hommey
414926b916 Bug 793767 - Use the executable file location to derive the update root. r=rstrong 2013-02-08 15:58:52 +01:00
Dão Gottwald
ead6f8d4da Bug 825804 - Popup notifications shouldn't persist across page reloads. r=gavin 2013-02-08 15:51:54 +01:00
Mike Conley
250427e507 Bug 838855 - Fix "ele is null" exception being thrown on OSX on titlebar update. r=dao. 2013-02-08 11:42:06 -05:00
Mike Conley
5e836d9f38 Bug 839073 - Titlebar is collapsed in private browsing windows on OSX. r=dao. 2013-02-08 10:43:17 -05:00
Marco Castelluccio
c311a835f2 Bug 838821 - Don't use file.exists() when not necessary (browser/components). r=gavin 2013-02-08 11:34:47 -05:00
Marco Castelluccio
d49d52fc79 Bug 811514 - Social panels shouldn't consume outside clicks. r=jaws 2013-02-08 11:34:46 -05:00
Bobby Holley
ca473ac78b Bug 821850 - Make XBL prototype setup tamper-proof for Xrays. r=bz
We make the class object readonly/non-configurable, as well as all the properties
and methods on the class object.
2013-02-08 14:24:21 +00:00
Ms2ger
7249bc8130 Backout changeset 3f192cae69e2 for test_keycodes.xul oranges. 2013-02-08 14:37:37 +01:00
Dão Gottwald
dcff7dfbbd Bug 825804 - Popup notifications and notification bars shouldn't persist across page reloads. r=gavin 2013-02-08 13:15:46 +01:00
Ed Morley
279d0e9c48 Merge mozilla-inbound to mozilla-central 2013-02-08 11:00:58 +00:00
Anton Kovalyov
718dfde61f Bug 830664, Disallow multiple profiles to run in the same time, r=robcee 2013-02-07 13:22:48 -08:00
Anton Kovalyov
69f6fa6a7f Bug 837735 - Replace Cleopatra progress strings with 'Loading profile...', r=robcee 2013-02-07 13:02:38 -08:00
Anton Kovalyov
7261f779c6 Bug 830668 - Add a keyboard shortcut for the Profiler, r=robcee 2013-02-07 11:09:55 -08:00
Phil Ringnalda
45dc3fd24c Merge m-c to fx-team
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-07 07:16:22 -08:00
Victor Porof
d9578160af Bug 837052 - Editing or deleting getters and setters appears to be allowed even if no eval method is provided, r=past 2013-02-07 16:18:08 +02:00
Michael Ratcliffe
64123ea38e Bug 817294 - Intermittent browser_styleeditor_loading.js | content document is still loading - Didn't expect complete, but got it | style editor root element has 'loading' class name | new style sheet button is disabled | import button is disabled 2013-02-06 22:17:05 +00:00
Anton Kovalyov
bbf4b24af8 Bug 828049 - Remote profiling, r=past 2013-02-06 12:10:30 -08:00
Michael Ratcliffe
5c730ee2f9 Backed out changeset 9a0b4b742b67 - Bug 817294 orange 2013-02-06 17:40:30 +00:00
Michael Ratcliffe
b2a80335a0 Bug 817294 - Intermittent browser_styleeditor_loading.js | content document is still loading - Didn't expect complete, but got it | style editor root element has 'loading' class name | new style sheet button is disabled | import button is disabled 2013-02-06 15:55:10 +00:00
Michael Ratcliffe
4ed4de198b Bug 789785 - [inspector] Change wording of "Only user styles" checkbox 2013-02-05 16:45:01 +00:00
Michael Ratcliffe
7a28b5167a Bug 700061 - Entirely remove the Style Inspector unmatched selectors 2013-01-29 17:05:17 +00:00
Mihai Sucan
47316571e0 Bug 720180 - Fix exception in the browser_webconsole_bug_588730_text_node_insertion.js test; r=past 2013-02-05 18:44:41 +02:00
Heather Arthur
bff593f0a6 Bug 838108 - Enable style editor chrome debugging; r=paul 2013-02-05 17:01:37 +00:00
Ryan VanderMeulen
09096feaf0 Merge m-c to fx-team. 2013-02-05 10:24:18 -05:00
Gene Lian
b512b18340 Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 2, create dom/mobilemessage to put DB codes). r=vicamo
--HG--
rename : dom/sms/interfaces/nsISmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIMobileMessageDatabaseService.idl
rename : dom/sms/interfaces/nsIRilSmsDatabaseService.idl => dom/mobilemessage/interfaces/nsIRilMobileMessageDatabaseService.idl
rename : dom/sms/src/android/SmsDatabaseService.cpp => dom/mobilemessage/src/android/MobileMessageDatabaseService.cpp
rename : dom/sms/src/android/SmsDatabaseService.h => dom/mobilemessage/src/android/MobileMessageDatabaseService.h
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/mobilemessage/src/fallback/MobileMessageDatabaseService.h
rename : dom/sms/src/ril/SmsDatabaseService.js => dom/mobilemessage/src/ril/MobileMessageDatabaseService.js
rename : dom/sms/src/ril/SmsDatabaseService.manifest => dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest
2013-02-05 19:39:44 +08:00
Mihai Sucan
cde86b3ed4 Bug 720180 - console.log('foo'); console.error('foo'); should not be considered as a repeat; r=past 2013-01-31 19:19:06 +02:00
Dão Gottwald
88ab7ae2fc Bug 835907 - DNT preferences "Learn more" link shouldn't open in new window. r=dolske 2013-02-05 10:35:21 +01:00
Dão Gottwald
ed7873895d Bug 837640 - global notifications should be hidden during print preview. r=felipe 2013-02-05 10:30:21 +01:00
Dão Gottwald
d576eeae5d Bug 837637 - data-reporting notification shouldn't create its own notification box. r=gavin 2013-02-05 10:29:44 +01:00
Vicamo Yang
f19a207980 Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00
Mark Hammond
6db85cb7ee Bug 837027 - Fix social UI for a multi-provider world. r=gavin 2013-02-05 16:42:18 +11:00
Mark Hammond
2bdd3dccb8 Bug 824785 - social toolbar buttons should have an aria-label. r=jaws 2013-02-08 10:59:10 +11:00
Mihai Sucan
639c0b690a Bug 834721 - Use plurals for toolbox button tooltip; r=paul 2013-01-25 18:14:53 +02:00
Tim Taubert
3f10682513 merge m-c to fx-team 2013-02-04 20:12:29 +01:00
Paul Rouget
9da71bab20 Bug 826685 - Web Console and Inspector font is (much) larger than Debugger and StyleEditor font (sourceeditor). r=msucan 2013-02-04 11:48:24 +01:00
Andres Hernandez
8e55dd8ab9 Bug 822284 - Intermittent browser_privatebrowsing_cookieacceptdialog.js, browser_privatebrowsing_crh.js; r=ehsan 2013-02-01 15:05:29 -06:00
Ehsan Akhgari
f1fd25ad48 Merge mozilla-central into mozilla-inbound 2013-02-02 13:53:46 -05:00
ffxbld
edd5a14b80 No bug, Automated blocklist update from host bld-linux64-ec2-661 - a=blocklist-update 2013-02-02 03:23:28 -08:00
Brandon Waterloo
b9aa9cf02f Bug 833511 - Add rotation gesture support to Image documents. r=jaws 2013-01-31 16:52:31 -05:00
Mark Hammond
56dfa579c3 Bug 826160 - don't remove the social.active preference when migrating to multi-provider builds. r=gavin 2013-02-01 11:09:48 -05:00
Ryan VanderMeulen
9570fdfd6b Merge m-c to inbound. 2013-02-01 10:36:30 -05:00
Tim Taubert
d45fa524a2 merge m-c to fx-team 2013-02-01 10:17:01 -05:00
Anton Kovalyov
44a260020a Bug 824243 - Make Profiler UI localizable, r=robcee 2013-01-31 11:40:11 -08:00
Ehsan Akhgari
5adccf8c6d Merge mozilla-cental into mozilla-inbound 2013-01-31 11:10:40 -05:00