date | project | content | link |
|---|
| 2 min ago | GRASS | Commit by lucadelu :: r51844 /grass/trunk/locale/grass_po_stats.py: output file write in GISBASE instead GISBASE/locale because if --nls it's not used return an error | # |
| 3 min ago | KDE | Commit by zepires :: r 1296925 docmessages/trunk/l10n-kde4/pt/ (6 files in 6 dirs): ( link) Finished HEAD for now | # |
| 3 min ago | icp | Commit by jonesld :: r 849 /trunk/web/Pictures/upload/ (8 files): ( link) test missionary photos | # |
| 4 min ago | Mageia | Commit by obgr_seneca :: r 247877 packages/cauldron/x2goclient/current/ (SOURCES/sha1.lst SPECS/x2goclient.spec): ( link) | # |
| 5 min ago | pandora | Commit by vgilc :: r 6350 /trunk/pandora_console/ (4 files in 2 dirs): ( link) 2012-05-28 Vanessa Gil <vanessa dot gil at artica dot es>
* extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql
extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql
extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Update 'tconfig' fields. | # |
| 6 min ago | GRASS | Commit by neteler :: r51843 /grass/trunk/locale/Makefile: always generate msg statistics (used in wxGUI) | # |
| 8 min ago | secure-testing | Commit by jmm :: r19354 /hardening/subgoal-dsa.txt: theora and netsnmp hardened | # |
| 9 min ago | Mandriva | Commit by dmikhirev :: r 800908 cooker/sflphone/current/SPECS/sflphone.spec: ( link) SILENT: fix BR for backporting | # |
| 13 min ago | secure-testing | Commit by joeyh :: r19353 /data/CVE/list: automatic update | # |
| 13 min ago | WebKit | Commit by morrita@google.com :: r118660 Source/WebKit/chromium/ (ChangeLog src/FrameLoaderClientImpl.cpp): Unreviewed Mac Chromium build fix.
- src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::allowStyleScoped):
| # |
| 13 min ago | fpc | Commit by jonas :: r 21406 /trunk/tests/ (8 files in 3 dirs): ( link) + support for running the testsuite in parallel. Note that only the "all"
target can be run in parallel, so "clean", "digest" and/or "dbdigest"
have to be run in separate make invocations if you wish to use -j for
running the testsuite | # |
| 14 min ago | WebKit | Commit by zandobersek@gmail.com :: r118659 Source/WebCore/ (7 files in 2 dirs): Unreviewed, rolling out r118650. http://trac.webkit.org/changeset/118650 https://bugs.webkit.org/show_bug.cgi?id=87639
Patch caused massive failures throughout the builders (Requested by zdobersek on #webkit).
Patch by Sheriff Bot <webkit dot review dot bot at gmail dot com> on 2012-05-28
- css/MediaQuery.cpp: (WebCore): (WebCore::MediaQuery::serialize): (WebCore::MediaQuery::MediaQuery): (WebCore::MediaQuery::cssText):
- css/MediaQuery.h: (WebCore::MediaQuery::expressions): (WebCore::MediaQuery::mediaType): (MediaQuery): (WebCore::MediaQuery::copy):
- css/MediaQueryEvaluator.cpp: (WebCore::MediaQueryEvaluator::MediaQueryEvaluator): (WebCore::MediaQueryEvaluator): (WebCore::MediaQueryEvaluator::eval): (WebCore::aspect_ratioMediaFeatureEval): (WebCore::device_aspect_ratioMediaFeatureEval): (WebCore::transform_3dMediaFeatureEval): (WebCore::view_modeMediaFeatureEval): (WebCore::createFunctionMap):
- css/MediaQueryEvaluator.h: (WebCore): (MediaQueryEvaluator):
- css/StyleResolver.cpp: (WebCore): (WebCore::StyleResolver::collectMatchingRulesForList):
- css/StyleResolver.h: (MediaQueryResult): (WebCore::MediaQueryResult::MediaQueryResult): (WebCore): (StyleResolver):
| # |
| 14 min ago | Mandriva | Commit by dmikhirev :: r 800907 cooker/sflphone/current/ (2 files in 2 dirs): ( link) proper update to 1.1.0 | # |
| 14 min ago | FPCBuild | Commit by florian :: r 1001 /scripts/florian/win/bt32.bat: ( link) | # |
| 14 min ago | Mageia | Commit by rda :: r 1257 web/nav/lib.php: ( link) return the right sub language | # |
| 14 min ago | GRASS | Commit by neteler :: r51842 /grass/trunk/gui/wxpython/xml/menudata.xml: menustrings updated with tools/update_menudata.py | # |
| 16 min ago | gnu-kbsd | Commit by rmh :: r4289 /trunk/freebsd-glue/debian/changelog: Upload to unstable | # |
| 20 min ago | WebKit | Commit by commit-queue@webkit.org :: r118658 LayoutTests/ (2 files in 2 dirs): | # |
| 22 min ago | WebKit | Commit by gyuyoung.kim@samsung.com :: r118657 /trunk/ (20 files in 16 dirs): Move allowRoundingHacks to Internals interface https://bugs.webkit.org/show_bug.cgi?id=87328
Reviewed by Hajime Morita.
.:
- Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter. Source/WebCore: Add allowRoundingHacks function, because it is able to work in the cross-port way by means of the Internals interface. In addition, a function is added in order to restore default setting values. No new tests, since we are improving here the infra-structure for testing a specific method.
- testing/Internals.cpp: (WebCore::Internals::reset): (WebCore): (WebCore::Internals::resetDefaultsToConsistentValues): (WebCore::Internals::allowRoundingHacks):
- testing/Internals.h: (Internals):
- testing/Internals.idl: Source/WebKit2:
- win/WebKit2.def: Add setAllowsRoundingHacks() to symbol filter. Tools: Remove allowRoundingHacks functions, because it is able to work in the cross-port way through the Internals interface.
- DumpRenderTree/LayoutTestController.cpp: (LayoutTestController::staticFunctions):
- DumpRenderTree/LayoutTestController.h: (LayoutTestController):
- DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp:
- DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
- DumpRenderTree/mac/LayoutTestControllerMac.mm:
- DumpRenderTree/win/LayoutTestControllerWin.cpp:
- DumpRenderTree/wx/LayoutTestControllerWx.cpp: LayoutTests: Invoke allowRoundingHacks function from internals, because it is able to work in the cross-port way via the Internals interface.
- platform/mac/fast/text/rounding-hacks-expansion.html:
- platform/mac/fast/text/rounding-hacks.html:
| # |
| 09:05 today | svn | Commit by philip :: r 1343168 /trunk/subversion/ (2 files in 2 dirs): ( link) - subversion/libsvn_wc/adm_ops.c (revert_restore): Only handle svn:needs-lock if status is normal.
- subversion/tests/cmdline/revert_tests.py (revert_permissions_only: Extend. Found by: Fergus Slorach <sugref at gmail dot com>
| # |