Commit Graph

95354 Commits

Author SHA1 Message Date
Aryeh Gregor
c986ade870 Bug 757371 part 3 - Reuse existing style elements more aggressively; r=ehsan 2012-05-29 10:12:51 +03:00
Aryeh Gregor
48e8c70512 Bug 757371 part 2 - Improve correctness of nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet; r=ehsan 2012-05-28 14:20:27 +03:00
Aryeh Gregor
137b1bb6a3 Bug 757371 part 1 - Clean up nsHTMLEditRules::ReapplyCachedStyles; r=ehsan 2012-05-22 13:15:09 +03:00
Anant Narayanan
beefeb5f37 Bug 752353: DOM bindings for getUserMedia; r=jst
--HG--
rename : content/media/nsIDOMMediaStream.idl => dom/media/nsIDOMMediaStream.idl
2012-06-03 00:35:15 -07:00
Anant Narayanan
cc12330ae4 Bug 752351: Implement fallback media engine; r=jesup 2012-06-03 00:34:40 -07:00
Anant Narayanan
d10bc8a30b Bug 750943: Abstract media engine interface for devices; r=jesup 2012-06-03 00:34:02 -07:00
Sriram Ramasubramanian
0d7993c02d Bug 760604: Menu item should be able to change showAsAction dynamically. [r=mbrubeck] 2012-06-02 23:09:55 -07:00
Sriram Ramasubramanian
127c7cf16c Bug 760217: Cleanup open/close custom menu. [r=mbrubeck] 2012-06-02 23:08:29 -07:00
Sriram Ramasubramanian
87966c0094 Bug 760220: Add-on menu item show be added prior to onPrepareOptionsMenu(). [r=mbrubeck] 2012-06-02 23:07:03 -07:00
Masayuki Nakano
47118e41e8 Bug 757049 Don't use length of UTF-16 for character counts of UTF-8 used by GTK APIs in nsGtkIMModule::OnRetrieveSurroundingNative() and nsGtkIMModule::DeleteText() r=karlt 2012-06-03 12:27:48 +09:00
Brian Hackett
383626552a Watch for GC under getType, bug 746103. r=dvander 2012-06-02 20:25:05 -07:00
Fabrice Desré
d7ae8cab66 Bug 723206 - followup to fix a tab. [r=me] 2012-06-02 14:21:03 -07:00
Benoit Jacob
e979347e83 Bug 760675 - update adreno blacklisting to not use the global context - r=jrmuizel
The current Adreno blacklists hard-asserts (even in release builds) that there is a global context, as it needs it to get renderer info. That was done as, at the time (bug 736123) there were GL context creation crashes there.

However, without share groups, I can't reproduce the context creation crashes anymore, so this approach doesn't seem to be needed anymore. If we were unlucky and there still were context creation crashes, the solution would be the java thread thing mentioned in comment 0, anyway.
2012-06-02 16:28:18 -04:00
Benoit Jacob
41e168c259 Bug 760675 - don't create a global context at all, on Android - r=jrmuizel
Indeed, it's currently unused except for Adreno blacklisting (see next commit) as
we don't do texture sharing just yet. We will soon do, though (bug 728524) and then
it is possible that on certain drivers we will have to use the global context as a
mean to share textures (if EGLImage can't be used). We'll see.
2012-06-02 16:28:16 -04:00
Asaf Romano
01ccb8bd35 Bug 730340 - Fix typo found by neil, remove useless comments. 2012-06-02 23:24:19 +03:00
Andrew Quartey
2760bcfb43 Bug 731836 - Add preference to use Mesa LLVMpipe for software rendering - r=bjacob 2012-06-02 12:05:45 -04:00
Ehsan Akhgari
e5fb7f939d Merge mozilla-central into mozilla-inbound 2012-06-02 14:41:07 -04:00
Ehsan Akhgari
7b7a3556e8 Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Lucas Rocha
0175de72db Bug 750707 - Add reader button to the browser toolbar (r=mfinkle) 2012-06-02 14:23:45 -04:00
Lucas Rocha
b42457690e Bug 750707 - Pack URL bar buttons in same layout to allow showing multiple icons (r=mfinkle) 2012-06-02 14:23:45 -04:00
Lucas Rocha
0c099b1c69 Bug 750707 - Check for bookmarks should only consider normal bookmarks (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha
3a5837a1c8 Bug 750707 - Remove unnecessary local variable in addBookmarkItem() (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha
27d5c2867a Bug 750707 - Toggling bookmarks off should only apply to normal bookmarks (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha
092be0d57a Bug 750707 - Add method to add reading list items in BrowserDB (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha
c240e65357 Bug 750707 - Factor out method to add a bookmark, generalize folder GUID argument (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha
dcb7c5a7e7 Bug 750684 - Show Reading List folder in the awesomebar screen (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha
2129f3a4dd Bug 750684 - Add new special bookmarks folder to hold reading list items (r=margaret) 2012-06-02 14:23:45 -04:00
Kyle Machulis
8b8e15f423 Bug 744349 - Create message distribution mechanism for DBus Bluetooth Signals; r=cjones 2012-06-02 11:23:16 -07:00
Benjamin Peterson
2cbd830416 Bug 749818: add Number.isNaN, r=jwalden
--HG--
extra : rebase_source : f3faa700eb75c6106b0ebb421d53080e293b714a
2012-06-02 20:16:24 +02:00
Benjamin Peterson
85eb6e1455 Bug 759498: fix defaults when arguments are bound as functions, r=jorendorff
--HG--
extra : rebase_source : 6671517779bbaaf7cf1fd6410255823f877345ad
2012-06-02 20:16:24 +02:00
Benjamin Peterson
1e9de6b1f5 Bug 757676: implement default parameters in JaegerMonkey, r=bhackett
--HG--
extra : rebase_source : f5220941d9502d49b0c230081c265f845396a251
2012-06-02 20:16:24 +02:00
Tom Schuster
e932326aaf Bug 752226 - Remove JSVAL_IS_OBJECT from the jsapi. r=dmandelin
--HG--
extra : rebase_source : 0943efd64ddf199a4cef12072239302408e5aae5
2012-06-02 20:15:38 +02:00
ffxbld
102bc6a7b8 Automated blocklist update from host bld-centos5-32-vmw-018 2012-06-02 03:12:09 -07:00
Dave Camp
443d61b7c0 Merge fx-team to m-c. 2012-06-01 21:40:26 -07:00
Dave Camp
fa726897b3 Bug 745961 - Hard to find the clickable region for adding a new CSS property in the Style Inspector. r=paul 2012-06-01 15:13:48 -07:00
Dave Camp
2a2116f6b5 Bug 734365 - Rule view focus management needs an overhaul. r=paul 2012-06-01 15:13:48 -07:00
Pranav Ravichandran
a74d2889e8 Bug 750554 - If service is not used for updates then do not show it in preferences. r=bbondy 2012-05-31 10:28:01 -04:00
Ehsan Akhgari
5b1b2aa3b0 Bug 760290 - The update UI needs to be aware of the possibility that the update cannot be staged in the background; r=rstrong 2012-05-31 20:28:32 -04:00
Ehsan Akhgari
c1a2ef8da5 Bug 760027 - Attempt to retry moving the installation directory when performing the replace stage of an update 10 times; r=strong
This will hopefully give the applications which might have a handle to some
file in that directory open a chance to close them up so that the replace
operation would finish successfully.
2012-05-31 15:40:07 -04:00
Ehsan Akhgari
991b81f254 Bug 759615 - Avoid running the PostUpdate step when only staging the update in the background; r=rstrong 2012-05-30 18:09:59 -04:00
Nathan Froyd
92d5bc874a Bug 759417 - handle big device numbers in MapsMemoryReporter.cpp; r=jlebar 2012-05-30 15:11:58 -04:00
Asaf Romano
849ca56b11 Bug 730340 - Don't use expando properties for storing data on places nodes. Make sure this test doesn't fail after expandos support is removed from result nodes. 2012-06-02 16:58:52 +03:00
Asaf Romano
8f87a1a12b Bug 730340 - Don't use expando properties for storing data on places nodes. Part 3 - cache livemark-info object in the controller for each view instead of setting _feedURI and _siteURI exapndos on livemark nodes. Also fix a bug I introduced in the previous check for this bug, in PVB_nodeHistoryDetailsChanged. r=mak 2012-06-02 16:54:25 +03:00
Timothy B. Terriberry
ac0bc073d7 Bug 752661 - Make ReadMetadata() fail when there are no active Ogg streams, r=kinetik 2012-06-02 06:29:44 -07:00
Mark Capella
acc3ffc19d Bug 759307 - rename nsHTMLImageAccessible to ImageAccessible, r=surkov
--HG--
rename : accessible/src/atk/nsHTMLImageAccessibleWrap.h => accessible/src/atk/ImageAccessibleWrap.h
rename : accessible/src/html/nsHTMLImageAccessible.cpp => accessible/src/generic/ImageAccessible.cpp
rename : accessible/src/html/nsHTMLImageAccessible.h => accessible/src/generic/ImageAccessible.h
rename : accessible/src/mac/nsHTMLImageAccessibleWrap.h => accessible/src/mac/ImageAccessibleWrap.h
rename : accessible/src/msaa/nsHTMLImageAccessibleWrap.cpp => accessible/src/msaa/ImageAccessibleWrap.cpp
rename : accessible/src/msaa/nsHTMLImageAccessibleWrap.h => accessible/src/msaa/ImageAccessibleWrap.h
rename : accessible/src/other/nsHTMLImageAccessibleWrap.h => accessible/src/other/ImageAccessibleWrap.h
2012-06-02 07:30:34 -04:00
Mark Capella
2791972979 Bug 759310 - de-ns-ify nsHTMLTextAccessible file classes, r=surkov
--HG--
rename : accessible/src/html/nsHTMLTextAccessible.cpp => accessible/src/html/HTMLElementAccessibles.cpp
rename : accessible/src/html/nsHTMLTextAccessible.h => accessible/src/html/HTMLElementAccessibles.h
2012-06-02 07:30:29 -04:00
Gregory Szorc
dea330bed0 Bug 754469 - Part 2 - Add blessings to virtualenv 2012-06-01 21:30:26 +02:00
Gregory Szorc
649551bd15 Bug 754469 - Part 1 - Add blessings Python package 1.3 for terminal interactions 2012-06-01 21:30:22 +02:00
Matthew Gregan
2d215348c1 Bug 757034 - Add sndio to cubeb update.sh. 2012-06-02 19:16:32 +12:00
Landry Breuil
28782d202a Bug 757034 - Import openbsd cubeb sndio backend. r=kinetik 2012-06-02 19:10:42 +12:00