Lucas Rocha
b58f751009
Bug 771380 - Use animation to show/hide lock icon in toolbar (r=sriram)
2012-08-23 19:27:11 +01:00
Lucas Rocha
8ab2f24d17
Bug 771380 - Reorganize toolbar layout to better handle dynamic icons (r=sriram)
...
* * *
fold me
* * *
title fix
2012-08-23 19:27:11 +01:00
Robert Longson
992236a3e5
Bug 785017 - Make SVG Fragment identifier processing more robust. r=dholbert
2012-08-25 11:07:54 +01:00
Paolo Amadini
c9b3789953
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
2012-08-25 11:37:55 +02:00
Paolo Amadini
bdb0c7be1c
Bug 747903 - Limit the number of items in the Downloads Panel. r=mano
2012-08-25 11:37:55 +02:00
Paolo Amadini
25c06da7e7
Bug 748381 - Update the behavior of the Downloads indicator. r=mano
2012-08-25 11:37:55 +02:00
Paolo Amadini
28104186ba
Bug 760607 - Update the Downloads Panel visual design. r=mak
2012-08-25 11:37:55 +02:00
Chris Jones
384aad9cbe
Bug 784647: Ensure that Tasks and XPCOM events are dispatched with the same priority. r=bent
2012-08-25 01:25:08 -07:00
Chris Jones
d82d1d5e65
Bug 774988: Compress touchmove events across processes. r=bent
2012-08-25 01:25:08 -07:00
Chris Jones
59b05f8960
Bug 636063, part 3: Honor compression requests when queuing messages. r=bent
2012-08-25 01:25:08 -07:00
Chris Jones
8b9d683757
Bug 636063, part 2: Backend support for |compress|d messages. r=bent
2012-08-25 01:25:08 -07:00
Chris Jones
6da49bb1b7
Bug 636063, part 1: Frontend support for |compress|d messages. r=bent
2012-08-25 01:25:08 -07:00
Mike Hommey
3e50bbc9d9
Bug 783751 - Remove support for MOZ_OPTIONAL_PKG_LIST. r=ted
2012-08-25 08:57:40 +02:00
Mike Hommey
f61fe2c28d
Bug 785436 - PageThumbsWorker.js url is wrong when creating the worker in PageThumbs.jsm. r=gavin
2012-08-25 08:55:48 +02:00
Marco Castelluccio
b8b3819fad
Bug 783765 - Use libnotify as a dynamic library. r=glandium
2012-08-25 08:54:16 +02:00
Chris Peterson
39238f1ffb
Bug 784329 - Part 1: Add some OmxPlugin error logging. r=doublec
2012-08-22 18:29:58 -07:00
Chris Peterson
60b08f3f09
Bug 772252 - Remove special casing of ALT key codes that broke ALT locking. r=blassey
2012-08-16 15:12:05 -04:00
Chris Peterson
33e8bb6ab0
Bug 777591 - Part 2: Fix Favicon deprecation warning. r=blassey
2012-07-27 09:52:57 -07:00
Shane Caraveo
c7bb810dd1
Bug 779923 - implement social activity flyout panel. r=jaws
2012-08-23 17:11:02 -07:00
Shane Caraveo
0c9f3e549c
Bug 784238 make isVisible API work for notification panels / chat windows. r=jaws
2012-08-23 17:10:07 -07:00
Shane Caraveo
e66fbfdf75
Bug 784879 - use collapsed instead of hidden for status panels. r=gavin.
2012-08-23 11:23:17 -07:00
David Zbarsky
09705d7fb3
Fix a logging message, no bug, r=me
2012-08-25 00:10:47 -04:00
David Zbarsky
0ce914d650
[Bug 785454] Remove nsPresShell::GetFrameForPoint r=smaug
2012-08-25 00:09:48 -04:00
Fabrice Desré
201b21a25b
Bug 785391 - Activities 'data' content cannot be accessed [r=gwagner]
2012-08-24 21:07:58 -07:00
Mark Hammond
e0def3ea3c
Bug 783410 - prevent social URLs from ending up in global history. r=gavin
2012-08-25 13:54:03 +10:00
Eric Chou
bc7ac97330
Bug 785320 - [b2g-bluetooth] Crash after renaming device in Settings/Bluetooth; r=qdot
2012-08-24 20:32:32 -07:00
Michael Comella
a4f6b3f139
Bug 785562: Fixed the non-breaking spaces in the AboutHomePromoBox. r=mbrubeck
2012-08-24 20:18:01 -07:00
Mark Hammond
cb9b7f1b43
Bug 780010 - Update browser_shareButton.js to use common SocialAPI test functions. r=jaws
2012-08-25 13:11:55 +10:00
Rafael Ávila de Espíndola
ffe3016f9b
Bug 784691 - Upgrade clang to r162360.
...
Remove macosx32/clang.manifest and macosx64/clang.manifest. They are redundant
with the corresponding releng.manifest files now that os x moved to clang.
2012-08-24 22:53:56 -04:00
Tim Taubert
dd44b11f17
Bug 784558. [Page Thumbnails] Re-add removeFile function to allow single thumbnail removal, used when removing entries from the history. r=felipe
2012-08-24 18:11:06 -07:00
Geoff Brown
13f46cec43
Bug 770456 - Robocop: be more careful when accessing child view in testHistoryTab; r=jmaher
2012-08-24 19:03:05 -06:00
Peter Van der Beken
b84ab5be48
Bug 753517 part 5. Enable the list IC for new DOM bindings too. r=bz.
2012-08-24 09:32:26 -07:00
Boris Zbarsky
052e7b0c56
Bug 753517 part 4. Set up auto-generation of CSS2Properties.webidl from nsCSSPropList.h and enable Paris bindings for CSSStyleDeclaration and CSS2Properties. r=khuey,peterv,dbaron
2012-08-23 21:08:09 -07:00
Boris Zbarsky
688a8b41eb
Bug 753517 part 3. Expose the API needed for Paris bindings on nsDOMCSSDeclaration and nsICSSDeclaration. r=dbaron,peterv
2012-08-23 21:08:08 -07:00
Dave Herman
5aa143112a
Bug 632027 - comma expressions in array literals are discarded. r=jorendorff
2012-08-24 16:54:40 -07:00
Felipe Gomes
9854b800b7
Bug 782468. Basic telemetry for SocialAPI. r=froydnj,mixedpuppy
2012-08-24 17:24:52 -07:00
Gavin Sharp
4f4970945e
Bug 766616. Part 0. Strings for the error UI. r=mixedpuppy ui-r=Boriss
2012-07-24 17:30:32 -07:00
Benjamin Smedberg
75b52bafcd
Revert bug 776208 for semi-consistent failures:
...
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html
CLOSED TREE
2012-08-24 13:08:15 -04:00
Matt Brubeck
9c4bea693c
Back out b3c861bd1e2f (bug 785190) because it depends on bug 776208 on a CLOSED TREE
2012-08-24 15:34:50 -07:00
Ehsan Akhgari
e2c1f2fda7
Bug 785500 - Remove the unused CrossScriptSSA::cx member; r=luke
2012-08-24 17:14:18 -04:00
Chris Jones
ae8db6c1be
Bug 785166: Protect against already-canceled vibrations. r=jlebar
2012-08-23 17:32:00 -07:00
David Zbarsky
d050fe5813
Bug 785486 - DomCameraManager redefines DOM_CAMERA_LOG_LEVEL r=mikeh
2012-08-24 16:50:57 -04:00
Ehsan Akhgari
237d29ef3d
Bug 785459 follow-up: use the python 2.5 syntax
2012-08-24 16:47:45 -04:00
Ehsan Akhgari
563418e39b
Bug 785472 - The Web IDL parser should not allow inheriting from an interface that is only forward declared; r=khuey
2012-08-24 15:23:21 -04:00
Ehsan Akhgari
6bac6b73be
Backout changeset 1142882b6c0b (bug 785472) because it breaks the build
2012-08-24 16:22:42 -04:00
Yury
e1a17e7c80
Bug 785190 - Add canActivatePlugin to reshowClickToPlayNotification. r=jaws
2012-08-24 16:18:17 -04:00
Yury
973665d88d
Bug 776208 - Tests for plugin preview overlay. r=jaws
2012-08-24 16:18:17 -04:00
Yury
66d7f566fa
Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz
2012-08-24 16:18:16 -04:00
David Rajchenbach-Teller
9ac2b8bc83
Bug 783676 - Export OS.Path (companion test suite). r=taras
2012-08-24 16:18:16 -04:00
David Rajchenbach-Teller
233f482c10
Bug 783676 - Normalize "../../..". r=taras
2012-08-24 16:18:16 -04:00