Граф коммитов

272873 Коммитов

Автор SHA1 Сообщение Дата
Sriram Ramasubramanian 70ed09b7c1 Bug 760217: Cleanup open/close custom menu. [r=mbrubeck] 2012-06-02 23:08:29 -07:00
Sriram Ramasubramanian 533c60015e Bug 760220: Add-on menu item show be added prior to onPrepareOptionsMenu(). [r=mbrubeck] 2012-06-02 23:07:03 -07:00
Masayuki Nakano d7c1972483 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 f8a887c6f7 Watch for GC under getType, bug 746103. r=dvander 2012-06-02 20:25:05 -07:00
Fabrice Desré 245ace4745 Bug 723206 - followup to fix a tab. [r=me] 2012-06-02 14:21:03 -07:00
Benoit Jacob 746bca65a7 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 b1836ff315 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 7370e3f6ec Bug 730340 - Fix typo found by neil, remove useless comments. 2012-06-02 23:24:19 +03:00
Andrew Quartey 6f4ba6438c Bug 731836 - Add preference to use Mesa LLVMpipe for software rendering - r=bjacob 2012-06-02 12:05:45 -04:00
Ehsan Akhgari 4fff8472d8 Merge mozilla-central into mozilla-inbound 2012-06-02 14:41:07 -04:00
Ehsan Akhgari b05cd8343d Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Lucas Rocha 568a309d6d Bug 750707 - Add reader button to the browser toolbar (r=mfinkle) 2012-06-02 14:23:45 -04:00
Lucas Rocha 673e2951b5 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 25fa318d2f Bug 750707 - Check for bookmarks should only consider normal bookmarks (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha 1f86da7ef2 Bug 750707 - Remove unnecessary local variable in addBookmarkItem() (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha 1d99a4b497 Bug 750707 - Toggling bookmarks off should only apply to normal bookmarks (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha 07d7f23cf6 Bug 750707 - Add method to add reading list items in BrowserDB (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha 131ce03890 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 24c5b4ee5c Bug 750684 - Show Reading List folder in the awesomebar screen (r=margaret) 2012-06-02 14:23:45 -04:00
Lucas Rocha 43e094f32a Bug 750684 - Add new special bookmarks folder to hold reading list items (r=margaret) 2012-06-02 14:23:45 -04:00
Kyle Machulis 9df5dec558 Bug 744349 - Create message distribution mechanism for DBus Bluetooth Signals; r=cjones 2012-06-02 11:23:16 -07:00
Benjamin Peterson e2c95974dc Bug 749818: add Number.isNaN, r=jwalden
--HG--
extra : rebase_source : f3faa700eb75c6106b0ebb421d53080e293b714a
2012-06-02 20:16:24 +02:00
Benjamin Peterson 6d98894d86 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 59432c848c Bug 757676: implement default parameters in JaegerMonkey, r=bhackett
--HG--
extra : rebase_source : f5220941d9502d49b0c230081c265f845396a251
2012-06-02 20:16:24 +02:00
Tom Schuster 4727c13c41 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 02e3aadf0c Automated blocklist update from host bld-centos5-32-vmw-018 2012-06-02 03:12:09 -07:00
Dave Camp 0a580edfa9 Merge fx-team to m-c. 2012-06-01 21:40:26 -07:00
Dave Camp 3df4aadfdc 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 a4d92c9240 Bug 734365 - Rule view focus management needs an overhaul. r=paul 2012-06-01 15:13:48 -07:00
Pranav Ravichandran 770ad68a15 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 4a9a91aba5 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 77bfc13778 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 e52d047f9d 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 2bfe6472eb Bug 759417 - handle big device numbers in MapsMemoryReporter.cpp; r=jlebar 2012-05-30 15:11:58 -04:00
Asaf Romano bd231d7523 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 e9836a3ee8 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 2586d036c2 Bug 752661 - Make ReadMetadata() fail when there are no active Ogg streams, r=kinetik 2012-06-02 06:29:44 -07:00
Mark Capella d72ec92cb2 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 474dcaf740 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 ef71d501e0 Bug 754469 - Part 2 - Add blessings to virtualenv 2012-06-01 21:30:26 +02:00
Gregory Szorc 469ff360fb Bug 754469 - Part 1 - Add blessings Python package 1.3 for terminal interactions 2012-06-01 21:30:22 +02:00
Matthew Gregan 209519736f Bug 757034 - Add sndio to cubeb update.sh. 2012-06-02 19:16:32 +12:00
Landry Breuil 4ba2f1c06a Bug 757034 - Import openbsd cubeb sndio backend. r=kinetik 2012-06-02 19:10:42 +12:00
Matthew Gregan b4e55eeefb Bug 759677 - Increase cubeb_run_thread stack size to avoid blowing the stack with some ALSA configurations. r=doublec 2012-06-02 19:09:27 +12:00
Alexander Surkov 5168196f12 Bug 757392 - crash in nsIDocument::GetRootElement mainly with JAWS 11, r=tbsaunde 2012-06-02 14:14:58 +09:00
Alexander Surkov c5aea73fac Bug 760038 - crash in NotificationController::WillRefresh, r=tbsaunde 2012-06-02 14:14:42 +09:00
Kartikaya Gupta dff90a91b6 Bug 760458 - When taking thumbnail screenshots account for RTL pages as well. r=bnicholson 2012-06-01 23:50:57 -04:00
Victor Porof 1287792e09 Bug 753677 - Visually distinguish between configurable, enumerable and writable properties; r=past 2012-05-30 16:13:05 +03:00
Panos Astithas 9b9c1df049 Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 4: Marionette); r=jgriffin 2012-06-01 18:28:31 +03:00
Panos Astithas 41d3dc1684 Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 3: B2G); r=vingtetun 2012-06-01 18:28:13 +03:00